debian/cubicweb-ctl.postrm
author Florent Cayré <florent.cayre@gmail.com>
Mon, 27 Jun 2011 18:48:30 +0200
changeset 7565 b355d9dd43df
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[js/css concat] do not return 404 when resources of a concatenated data URL does not exist, unless in debugmode; closes #1745644

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