summarylogtreecommitdiffstats
path: root/lib32-gstreamer0.10-good-plugins.install
diff options
context:
space:
mode:
Diffstat (limited to 'lib32-gstreamer0.10-good-plugins.install')
-rw-r--r--lib32-gstreamer0.10-good-plugins.install19
1 files changed, 0 insertions, 19 deletions
diff --git a/lib32-gstreamer0.10-good-plugins.install b/lib32-gstreamer0.10-good-plugins.install
deleted file mode 100644
index e343beea5fe1..000000000000
--- a/lib32-gstreamer0.10-good-plugins.install
+++ /dev/null
@@ -1,19 +0,0 @@
-pkgname=gstreamer0.10-good-plugins
-
-post_install() {
- usr/sbin/gconfpkg --install ${pkgname}
-}
-
-pre_upgrade() {
- if [ -f usr/share/gconf/schemas/${pkgname}.schemas ]; then
- pre_remove
- fi
-}
-
-post_upgrade() {
- post_install
-}
-
-pre_remove() {
- usr/sbin/gconfpkg --uninstall ${pkgname}
-}