debian/cubicweb-ctl.postrm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 05 Aug 2011 09:27:53 +0200
branchstable
changeset 7743 e55e439a6888
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[css] closes #1880740: update cubicweb.reset.css file (meyerweb.com)

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