Tobias von Dewitz преди 7 години
родител
ревизия
611eeefcec
променени са 2 файла, в които са добавени 6 реда и са изтрити 0 реда
  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