src/rotate.[ch]: Converted plain comments into doxygen comments.
[geda-pcb/pcjc2.git] / debian / pcb-lesstif.postinst
blobb97b04e2b1c0f30c0546169d7ce10ec94ef66d92
1 #! /bin/sh
2 set -e
4 case "$1" in
5 configure)
6 update-alternatives --quiet --install /usr/bin/pcb pcb /usr/bin/pcb-lesstif 40
7 ;;
9 abort-upgrade|abort-remove|abort-deconfigure)
14 echo "postinst called with unknown argument \`$1'" >&2
15 exit 0
17 esac
19 #DEBHELPER#
21 exit 0