debian/cubicweb-ctl.postrm
author Sandrine Ribeau <sandrine.ribeau@logilab.fr>
Thu, 06 Nov 2008 16:20:22 -0800 (2008-11-07)
changeset 10 36d1e8d715af
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
Add _ declaration as unicode.
#!/bin/sh -e
if [ "$1" = "purge" ] ; then
        update-rc.d cubicweb remove >/dev/null
fi
 
#DEBHELPER#
 
exit 0