This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
scw
/
munchclient
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
RPMified
Tobias von Dewitz
hace 7 años
padre
b8ef6a7424
commit
611eeefcec
Se han
modificado 2 ficheros
con
6 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
3
0
after-install-trigger.sh
3
0
before-uninstall-trigger.sh
+ 3
- 0
after-install-trigger.sh
Ver fichero
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+chkconfig --add munchclient
+ 3
- 0
before-uninstall-trigger.sh
Ver fichero
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+chkconfig --del munchclient