debian/cubicweb-ctl.postrm
author Dimitri Papadopoulos <dimitri.papadopoulos@cea.fr>
Thu, 04 Jul 2013 09:26:59 +0200
changeset 9149 31ed9dd946d1
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[test] typo

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