-=[ Mr. Bumblebee ]=-
_Indonesia_
| Path : /var/lib/dpkg/info/ |
|
|
| Current File : /var/lib/dpkg/info/apache2-bin.postrm |
#!/bin/sh
# postrm script for apache2-bin
#
# see: dh_installdeb(1)
set -e
# summary of how this script can be called:
# * <postrm> `remove'
# * <postrm> `purge'
# * <old-postrm> `upgrade' <new-version>
# * <new-postrm> `failed-upgrade' <old-version>
# * <new-postrm> `abort-install'
# * <new-postrm> `abort-install' <old-version>
# * <new-postrm> `abort-upgrade' <old-version>
# * <disappearer's-postrm> `disappear' <overwriter>
# <overwriter-version>
# for details, see http://www.debian.org/doc/debian-policy/ or
# the debian-policy package
case "$1" in
purge)
rm -f /var/lib/apache2/deferred_actions
;;
esac
# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.
exit 0
Copyright © 2017 || Recoded By Mr.Bumblebee