summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-config/mv_common.py
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-12-15 01:29:54 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-12-15 01:31:24 (GMT)
commit8b1423718e97f03fa164c9176256b572de9a190f (patch)
tree7af4854f935bc7e52cd78d1a786e212b989e20d4 /abs/core/LinHES-config/mv_common.py
parent5f412bda6e87effcc6836e2d92f1cfbaf7be442d (diff)
downloadlinhes_pkgbuild-8b1423718e97f03fa164c9176256b572de9a190f.zip
linhes_pkgbuild-8b1423718e97f03fa164c9176256b572de9a190f.tar.gz
linhes_pkgbuild-8b1423718e97f03fa164c9176256b572de9a190f.tar.bz2
LinHES-config: fix a typo in Slave_backend client smb filesharing.
Start folding at home service when foldingathome it installed
Diffstat (limited to 'abs/core/LinHES-config/mv_common.py')
-rwxr-xr-xabs/core/LinHES-config/mv_common.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/abs/core/LinHES-config/mv_common.py b/abs/core/LinHES-config/mv_common.py
index c2138dc..432c270 100755
--- a/abs/core/LinHES-config/mv_common.py
+++ b/abs/core/LinHES-config/mv_common.py
@@ -212,6 +212,7 @@ def pacinstall(pkg):
elif pkg == "dvdcss":
pacinstall("libdvdcss")
elif pkg == "webmin":
+ pacinstall("webmin")
add_service("webmin")
elif pkg == "fuppes":
pacinstall("fuppes-svn")
@@ -221,6 +222,11 @@ def pacinstall(pkg):
pacinstall("dolphin-emu")
elif pkg == "webonlinhes":
pacinstall("web-on-linhes")
+ elif pkg == "mame":
+ pacinstall("sdlmame")
+ elif pkg == "foldingathome":
+ add_service("fah")
+
elif pkg == "xymonclient":
if os.path.exists('/home/xymon/client'):
cmd='''pacman --noconfirm --dbonly -Sddf xymonclient'''
@@ -252,6 +258,11 @@ def pacremove(pkg):
pacremove("dolphin-emu")
elif pkg == "webonlinhes":
pacremove("web-on-linhes")
+ elif pkg == "mame":
+ pacremove("sdlmame")
+ elif pkg == "foldingathome":
+ remove_service("fah")
+
if not pkg_blacklist_check(pkg):
if not pkg_installed_check(pkg):