%PDF- %PDF-
Direktori : /var/lib/dpkg/info/ |
Current File : /var/lib/dpkg/info/veeamtransport.postrm |
#!/bin/sh set -e INSTALL_DIR=/opt/veeam/transport case "$1" in remove) ;; purge) rm -rf ${INSTALL_DIR} ;; upgrade|failed-upgrade|abort-upgrade|abort-install|disappear) ;; *) echo "postrm called with unknown argument \`$1'" >&2 exit 1 ;; esac exit 0