dselect.postinst 188 B

12345678
  1. #! /bin/sh
  2. if [ "$1" = configure ]; then
  3. if [ -d /usr/doc -a ! -e /usr/doc/dselect -a -d /usr/share/doc/dselect ] ; then
  4. ln -s ../share/doc/dselect /usr/doc/dselect
  5. fi
  6. fi