Ver Fonte

RPMified

Tobias von Dewitz há 7 anos atrás
pai
commit
611eeefcec
2 ficheiros alterados com 6 adições e 0 exclusões
  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