debian/cubicweb-ctl.postrm
author Julien Cristau <julien.cristau@logilab.fr>
Mon, 18 May 2015 16:30:32 +0200
changeset 10437 9cddd711419c
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[devtools] extract functions to start/stop a postgresql cluster

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