home *** CD-ROM | disk | FTP | other *** search
- #! /bin/sh -e
-
- if [ "$1" = "purge" ]; then
- rm -f /etc/bash_completion
- rmdir --ignore-fail-on-non-empty /etc/bash_completion.d
- fi
-
- if [ -x /usr/sbin/remove-shell ] && [ -f /etc/shells ]; then
- /usr/sbin/remove-shell /bin/bash
- /usr/sbin/remove-shell /bin/rbash
- fi
-
- # Automatically added by dh_installmenu
- if [ -x "`which update-menus 2>/dev/null`" ]; then update-menus ; fi
- # End automatically added section
-
-
- exit 0
-