|
|
|
#!/bin/sh set -e # Automatically added by dh_installdocs if [ "$1" = remove ] || [ "$1" = upgrade ] && \ which install-docs >/dev/null 2>&1; then install-docs -r gambit fi # End automatically added section # Remove the symbolic link to gambit's documentation in gambit's documentation # directory. if [ -h /usr/share/doc/gambit/html ] then rm -f /usr/share/doc/gambit/html fi
| Results 1 - 1 |