All Downloads are FREE. Search and download functionalities are using the official Maven repository.

deb.control.prerm Maven / Gradle / Ivy

There is a newer version: 272
Show newest version
#!/bin/bash

set -e

# Source debconf library.
. /usr/share/debconf/confmodule


case "$1" in
    remove|purge)
        rm -rf /usr/share/[[name]]/logs
    ;;
esac

# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.

#DEBHELPER#

exit 0





© 2015 - 2024 Weber Informatics LLC | Privacy Policy