summarylogtreecommitdiffstats
path: root/lib32-gstreamer0.10-good-plugins.install
diff options
context:
space:
mode:
authorGordonGR2015-06-08 14:02:39 +0300
committerGordonGR2015-06-08 14:02:39 +0300
commitd54f7eff92ca4745f80733093896203d1162b798 (patch)
treebe2dfb19f7bef2ca2a641f285414f7fec9375fef /lib32-gstreamer0.10-good-plugins.install
downloadaur-d54f7eff92ca4745f80733093896203d1162b798.tar.gz
Initial commit
Diffstat (limited to 'lib32-gstreamer0.10-good-plugins.install')
-rw-r--r--lib32-gstreamer0.10-good-plugins.install19
1 files changed, 19 insertions, 0 deletions
diff --git a/lib32-gstreamer0.10-good-plugins.install b/lib32-gstreamer0.10-good-plugins.install
new file mode 100644
index 000000000000..e343beea5fe1
--- /dev/null
+++ b/lib32-gstreamer0.10-good-plugins.install
@@ -0,0 +1,19 @@
+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}
+}