summaryrefslogtreecommitdiff
path: root/community/me-tv/me-tv.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/me-tv/me-tv.install')
-rw-r--r--community/me-tv/me-tv.install18
1 files changed, 0 insertions, 18 deletions
diff --git a/community/me-tv/me-tv.install b/community/me-tv/me-tv.install
deleted file mode 100644
index ca1279c14..000000000
--- a/community/me-tv/me-tv.install
+++ /dev/null
@@ -1,18 +0,0 @@
-pkgname=me-tv
-
-post_install() {
- usr/sbin/gconfpkg --install ${pkgname}
-}
-
-pre_upgrade() {
- pre_remove $1
-}
-
-post_upgrade() {
- post_install $1
- echo "If you run into errors after upgrading, try deleting ~/.local/share/me-tv/"
-}
-
-pre_remove() {
- usr/sbin/gconfpkg --uninstall ${pkgname}
-}