debian/cubicweb-ctl.postrm
author Julien Cristau <julien.cristau@logilab.fr>
Tue, 07 Jul 2015 14:13:10 +0200
changeset 10526 459d6f24754b
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[serverct] call server_{maintenance,shutdown} hooks around source-sync command

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