deb.control.prerm Maven / Gradle / Ivy
#!/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