debian/cubicweb-ctl.postrm
author Dimitri Papadopoulos <dimitri.papadopoulos@cea.fr>
Thu, 26 Sep 2013 10:46:37 +0200
branchstable
changeset 9318 5d5b3a865eb1
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[ctl] set proper encoding for sys.stdout/sys.stderr. Closes #1669144

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