debian/cubicweb-ctl.postrm
author Fabrice <fabrice@secondweb.fr>
Tue, 28 Jul 2009 10:19:14 +0200
changeset 2554 3b6a6d2f9d7e
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
make jsvars declaration xhtml and html compatible

#!/bin/sh -e
if [ "$1" = "purge" ] ; then
        update-rc.d cubicweb remove >/dev/null
fi
 
#DEBHELPER#
 
exit 0