Tobias von Dewitz 7 years ago
parent
commit
611eeefcec
2 changed files with 6 additions and 0 deletions
  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