debian/cubicweb-ctl.postrm
author Katia Saurfelt <katia.saurfelt@logilab.fr>
Fri, 02 Mar 2012 15:15:20 +0100
branchstable
changeset 8295 302dcb3c6858
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[js] fix $.fullCalendar.regional call (closes #2232028)

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