chiark / gitweb /
Build system overhaul to conform to new standards.
[tripe] / debian / tripe.postinst
index 311664a80e9cdb639c24e453a12d2b0a8c1f716e..468f19691699dc52b6a84f305afbdf4d3cb90337 100644 (file)
@@ -7,8 +7,3 @@ if [ ! -c /dev/.devfsd ] && [ ! -c /dev/net/tun ]; then
 fi
 
 #DEBHELPER#
-
-if [ -x "/etc/init.d/tripe" ]; then
-  update-rc.d tripe defaults >/dev/null
-  invoke-rc.d tripe start
-fi