pathmtu: New program for determining the MTU to a host.
[tripe] / debian / tripe.postinst
index 311664a..468f196 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