Tobias von Dewitz 7 vuotta sitten
vanhempi
commit
611eeefcec
2 muutettua tiedostoa jossa 6 lisäystä ja 0 poistoa
  1. 3 0
      after-install-trigger.sh
  2. 3 0
      before-uninstall-trigger.sh

+ 3 - 0
after-install-trigger.sh

@@ -0,0 +1,3 @@
+#!/bin/sh
+
+chkconfig --add munchclient

+ 3 - 0
before-uninstall-trigger.sh

@@ -0,0 +1,3 @@
+#!/bin/sh
+
+chkconfig --del munchclient