summaryrefslogtreecommitdiff
path: root/community-staging/me-tv/me-tv.install
diff options
context:
space:
mode:
Diffstat (limited to 'community-staging/me-tv/me-tv.install')
-rw-r--r--community-staging/me-tv/me-tv.install17
1 files changed, 17 insertions, 0 deletions
diff --git a/community-staging/me-tv/me-tv.install b/community-staging/me-tv/me-tv.install
new file mode 100644
index 000000000..f701b4754
--- /dev/null
+++ b/community-staging/me-tv/me-tv.install
@@ -0,0 +1,17 @@
+pkgname=me-tv
+
+post_install() {
+ usr/sbin/gconfpkg --install ${pkgname}
+}
+
+pre_upgrade() {
+ pre_remove $1
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+pre_remove() {
+ usr/sbin/gconfpkg --uninstall ${pkgname}
+}