#!/bin/sh -e
# symlink management generated by debstd
if [ "$1" = "configure" ]; then
  if [ -d /usr/doc -a ! -e /usr/doc/barcode-doc -a -d /usr/share/doc/barcode-doc ]; then
    ln -sf ../share/doc/barcode-doc /usr/doc/barcode-doc
  fi
fi
