debian/cubicweb-ctl.postrm
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Fri, 13 Aug 2010 13:34:47 +0200
branchstable
changeset 6108 c459ffa5fa6f
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[web] fix typo in ajax_build_url (s/xtml/xhtml)

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