debian/cubicweb-ctl.postrm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 17 Jun 2013 00:15:51 +0200
changeset 9451 c83a8ecb9bf5
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[multi-sources-removal] Simplify repo.delete_info_multi arguments, uri is no more used Related to #2919300

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