summaryrefslogtreecommitdiff
path: root/libre/gstreamer0.10-good/gstreamer0.10-good-plugins.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-03-23 06:32:13 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-03-23 06:32:13 -0300
commitabe9dfde4f0880c896197aeaf04770059a402b5f (patch)
treed44117c01466b67f864043da5ddc58ae10dba357 /libre/gstreamer0.10-good/gstreamer0.10-good-plugins.install
parent9b90fd66f8b1a7885489c886573120d2a4fe533c (diff)
gst and gstreamer packages (except gstreamer0.10-bad-libre and gstreamer0.10-bad-libre): removing due that it is not user-visible for rebranding
Diffstat (limited to 'libre/gstreamer0.10-good/gstreamer0.10-good-plugins.install')
-rw-r--r--libre/gstreamer0.10-good/gstreamer0.10-good-plugins.install19
1 files changed, 0 insertions, 19 deletions
diff --git a/libre/gstreamer0.10-good/gstreamer0.10-good-plugins.install b/libre/gstreamer0.10-good/gstreamer0.10-good-plugins.install
deleted file mode 100644
index e343beea5..000000000
--- a/libre/gstreamer0.10-good/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}
-}