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