summaryrefslogtreecommitdiff
path: root/community/vmoviedb/vmoviedb.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/vmoviedb/vmoviedb.install')
-rw-r--r--community/vmoviedb/vmoviedb.install23
1 files changed, 0 insertions, 23 deletions
diff --git a/community/vmoviedb/vmoviedb.install b/community/vmoviedb/vmoviedb.install
deleted file mode 100644
index c06423ab0..000000000
--- a/community/vmoviedb/vmoviedb.install
+++ /dev/null
@@ -1,23 +0,0 @@
-pkgname=vmoviedb
-
-post_install() {
- usr/sbin/gconfpkg --install ${pkgname}
- update-desktop-database -q
-}
-
-pre_upgrade() {
- pre_remove $1
-}
-
-post_upgrade() {
- post_install $1
-}
-
-pre_remove() {
- usr/sbin/gconfpkg --uninstall ${pkgname}
-}
-
-post_remove() {
- update-desktop-database -q
-}
-