This website works better with JavaScript
Home
Explore
Help
Register
Sign In
scw
/
munchclient
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
RPMified
Tobias von Dewitz
7 years ago
parent
b8ef6a7424
commit
611eeefcec
2 changed files
with
6 additions
and
0 deletions
Unified View
Show Diff Stats
3
0
after-install-trigger.sh
3
0
before-uninstall-trigger.sh
+ 3
- 0
after-install-trigger.sh
View File
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+chkconfig --add munchclient
+ 3
- 0
before-uninstall-trigger.sh
View File
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+chkconfig --del munchclient