Renamed init script to 'invirtibuilder'
[invirt/packages/invirt-dev.git] / debian / invirt-dev.postinst
index 49fe62c..d5c6961 100755 (executable)
@@ -47,10 +47,10 @@ EOF
     ;;
 esac
 
     ;;
 esac
 
-if [ -x /etc/init.d/invirt-dev ]; then
+if [ -x /etc/init.d/invirtibuilder ]; then
     if hash invoke-rc.d 2>/dev/null; then
     if hash invoke-rc.d 2>/dev/null; then
-        invoke-rc.d invirt-dev start
+        invoke-rc.d invirtibuilder start
     else
     else
-        /etc/init.d/invirt-dev start
+        /etc/init.d/invirtibuilder start
     fi
 fi
     fi
 fi