postrm (221B)
- #!/bin/sh
- case $1 in
- "remove")
- echo Removing lighttpd configuration for widrop
- [ -f /etc/lighttpd/conf-enabled/00-widrop.conf ] || (
- lighty-disable-mod widrop
- /etc/init.d/lighttpd force-reload
- )
- ;;
- esac
- exit 0
git clone https://hacktivis.me/git/mirror/widrop.git
postrm (221B)
- #!/bin/sh
- case $1 in
- "remove")
- echo Removing lighttpd configuration for widrop
- [ -f /etc/lighttpd/conf-enabled/00-widrop.conf ] || (
- lighty-disable-mod widrop
- /etc/init.d/lighttpd force-reload
- )
- ;;
- esac
- exit 0