summaryrefslogtreecommitdiffstats
path: root/abs/extra/huludesktop/huludesktop.install
diff options
context:
space:
mode:
Diffstat (limited to 'abs/extra/huludesktop/huludesktop.install')
-rw-r--r--abs/extra/huludesktop/huludesktop.install21
1 files changed, 0 insertions, 21 deletions
diff --git a/abs/extra/huludesktop/huludesktop.install b/abs/extra/huludesktop/huludesktop.install
deleted file mode 100644
index abe069f..0000000
--- a/abs/extra/huludesktop/huludesktop.install
+++ /dev/null
@@ -1,21 +0,0 @@
-# arg 1: the new package version
-post_install() {
- gen_is_xml.py
- chown mythtv.mythtv $MYTHHOME/.huludesktop
- echo "Set your screen width and height in ~/.huludesktop to avoid a segfault."
-}
-# arg 1: the new package version
-# arg 2: the old package version
-post_upgrade() {
- gen_is_xml.py
- echo "Set your screen width and height in ~/.huludesktop to avoid a segfault."
-}
-post_remove() {
- gen_is_xml.py
-}
-. /usr/MythVantage/bin/install_functions.sh
-home_check
-
-op=$1
-shift
-$op $*