%PDF- %PDF-
Direktori : /proc/thread-self/root/var/lib/dpkg/info/ |
Current File : //proc/thread-self/root/var/lib/dpkg/info/tdb-tools.prerm |
#! /bin/sh # prerm script for tdb-tools # # see: dh_installdeb(1) set -e case "$1" in remove|upgrade|deconfigure) update-alternatives --remove tdbbackup /usr/bin/tdbbackup.tdbtools ;; failed-upgrade) ;; *) echo "prerm called with unknown argument \`$1'" >&2 exit 1 ;; esac exit 0