summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/mythtv/stable/mythtv/mythtv.install
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core-testing/mythtv/stable/mythtv/mythtv.install')
-rw-r--r--abs/core-testing/mythtv/stable/mythtv/mythtv.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/abs/core-testing/mythtv/stable/mythtv/mythtv.install b/abs/core-testing/mythtv/stable/mythtv/mythtv.install
new file mode 100644
index 0000000..c460f19
--- /dev/null
+++ b/abs/core-testing/mythtv/stable/mythtv/mythtv.install
@@ -0,0 +1,13 @@
+# arg 1: the new package version
+post_install() {
+ echo "See \"MythTV\" on the Archlinux Wiki for installation information - Extensive!!"
+}
+
+# arg 1: the old package version
+post_remove() {
+ echo -e "NOTE: mysql database was not removed. To remove run:\nmysql -u root -e 'drop database mythconverg;'"
+}
+
+op=$1
+shift
+$op $*