summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-config/mv_common.py
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/LinHES-config/mv_common.py')
-rwxr-xr-xabs/core/LinHES-config/mv_common.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/abs/core/LinHES-config/mv_common.py b/abs/core/LinHES-config/mv_common.py
index 3160989..12d8822 100755
--- a/abs/core/LinHES-config/mv_common.py
+++ b/abs/core/LinHES-config/mv_common.py
@@ -223,6 +223,8 @@ def pacinstall(pkg):
pacinstall("web-on-linhes")
elif pkg == "xbmc":
pacinstall("xbmc-pvr-addons")
+ elif pkg == "plexhometheater":
+ pacinstall("plex-home-theater")
elif pkg == "mame":
pacinstall("sdlmame")
elif pkg == "foldingathome":
@@ -261,6 +263,8 @@ def pacremove(pkg):
pacremove("web-on-linhes")
elif pkg == "xbmc":
pacremove("xbmc-pvr-addons")
+ elif pkg == "plexhometheater":
+ pacremove("plex-home-theater")
elif pkg == "mame":
pacremove("sdlmame")
elif pkg == "foldingathome":