home *** CD-ROM | disk | FTP | other *** search
- #!/bin/sh
- set -e
-
- if [ "$1" = remove ] || [ "$1" = deconfigure ]; then
- /usr/sbin/remove-shell /usr/bin/screen || true
- fi
-
- # Automatically added by dh_installinfo
- if [ "$1" = remove ] || [ "$1" = upgrade ]; then
- install-info --quiet --remove /usr/share/info/screen.info
- fi
- # End automatically added section
-
-