debian/cubicweb-ctl.postrm
author Denis Laxalde <denis.laxalde@logilab.fr>
Mon, 16 Dec 2013 08:45:06 +0100
changeset 9387 f31f0c8bda4f
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[notification] Use https url when available in notification view context Closes #3376252.

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