debian/cubicweb-ctl.postrm
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Sat, 19 Jun 2010 16:08:08 +0200
branchstable
changeset 5798 74d9a062965c
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
constraints can contain unicode values

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