debian/cubicweb-ctl.postrm
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Sun, 20 Jun 2010 15:08:23 +0000
branchstable
changeset 5800 2bc88fb424bc
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
reduced logging verbosity in ldapuser source

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