summaryrefslogtreecommitdiffstats
path: root/abs/core/mythtv/stable-0.27/mythtv/mythtv.install
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2013-11-02 22:51:08 (GMT)
committerBritney Fransen <brfransen@gmail.com>2013-11-02 22:51:08 (GMT)
commit570a8e42684f542d6deceffd59c4eca234ffabc7 (patch)
treedabb5f6c4f1dfdaf66358a0a630dcee2332a490f /abs/core/mythtv/stable-0.27/mythtv/mythtv.install
parenteac54d053f7fdbde04d6a821bc964e78f50d143a (diff)
downloadlinhes_pkgbuild-570a8e42684f542d6deceffd59c4eca234ffabc7.zip
linhes_pkgbuild-570a8e42684f542d6deceffd59c4eca234ffabc7.tar.gz
linhes_pkgbuild-570a8e42684f542d6deceffd59c4eca234ffabc7.tar.bz2
mythtv stable-0.27 mythtv: initial commit. refs #933
changed the name of pretty to recordings
Diffstat (limited to 'abs/core/mythtv/stable-0.27/mythtv/mythtv.install')
-rw-r--r--abs/core/mythtv/stable-0.27/mythtv/mythtv.install24
1 files changed, 24 insertions, 0 deletions
diff --git a/abs/core/mythtv/stable-0.27/mythtv/mythtv.install b/abs/core/mythtv/stable-0.27/mythtv/mythtv.install
new file mode 100644
index 0000000..8e900ed
--- /dev/null
+++ b/abs/core/mythtv/stable-0.27/mythtv/mythtv.install
@@ -0,0 +1,24 @@
+# arg 1: the new package version
+post_install() {
+ gen_is_xml.py
+ gen_lib_xml.py
+}
+
+pre_upgrade() {
+ /bin/true
+}
+
+post_upgrade() {
+ post_install
+}
+
+
+# arg 1: the old package version
+post_remove() {
+ /bin/true
+
+}
+
+op=$1
+shift
+$op $*