debian/cubicweb-twisted.prerm
author Arthur Lutz <arthur.lutz@logilab.fr>
Mon, 18 Jul 2011 17:51:55 +0200
changeset 7668 b2fa3d89ed89
parent 0 b97547f5f1fa
permissions -rw-r--r--
[web] Image optimisation using trimage (pngcrush inside)

#! /bin/sh -e
 
case "$1" in
    remove)
	if [ -x "/etc/init.d/cubicweb-ctl" ]; then
	    invoke-rc.d cubicweb-ctl stop || true
	fi
    ;;
esac
 
#DEBHELPER#
 
exit 0