debian/cubicweb-ctl.postrm
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Fri, 24 May 2013 15:10:50 +0200
changeset 8988 6cd912702239
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[server] fix error messages in write_sources_file()

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