debian/cubicweb-ctl.postrm
author Katia Saurfelt <katia.saurfelt@logilab.fr>
Fri, 19 Jun 2015 17:54:04 +0200
changeset 10398 bd00b58b00d9
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[web] Fix the path to the `static directory` (closes #5355965)

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