debian/cubicweb-twisted.prerm
author Florent Cayré <florent.cayre@gmail.com>
Tue, 17 Jan 2012 14:26:18 +0100
branchstable
changeset 8169 f9fb7d903800
parent 0 b97547f5f1fa
permissions -rw-r--r--
[manage/index view] fix sources management view appearing in index view although it should not; closes #2126335

#! /bin/sh -e
 
case "$1" in
    remove)
	if [ -x "/etc/init.d/cubicweb-ctl" ]; then
	    invoke-rc.d cubicweb-ctl stop || true
	fi
    ;;
esac
 
#DEBHELPER#
 
exit 0