debian/cubicweb-ctl.postrm
author Denis Laxalde <denis.laxalde@logilab.fr>
Thu, 17 Oct 2013 10:10:25 +0200
branchstable
changeset 9316 38518284c200
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[book] Typo and formatting fixes in devrepo/entityclasses/application-logic

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