postinst is in setools-gui 4.1.1-3.
This file is a maintainer script. It is executed when installing (*inst) or removing (*rm) the package.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 | #!/bin/sh
set -e
# Automatically added by dh_installmenu/10.10.5ubuntu1
if [ "$1" = "configure" ] && [ -x "`which update-menus 2>/dev/null`" ]; then
update-menus
fi
# End automatically added section
# Automatically added by dh_installdeb/10.10.5ubuntu1
dpkg-maintscript-helper rm_conffile /etc/logwatch/conf/logfiles/seaudit-report-group.conf 4.0.0-1\~ -- "$@"
dpkg-maintscript-helper rm_conffile /etc/logwatch/conf/services/seaudit-report-service.conf 4.0.0-1\~ -- "$@"
dpkg-maintscript-helper rm_conffile /etc/logwatch/scripts/services/seaudit-report-service 3.3.8\+20151215-2\~ -- "$@"
# End automatically added section
|