summaryrefslogtreecommitdiffstats
path: root/abs/extra/community/gstreamer0.10-good/gstreamer0.10-good-plugins.install
diff options
context:
space:
mode:
authorMichael Hanson <hansonorders@verizon.net>2011-02-09 03:53:51 (GMT)
committerMichael Hanson <hansonorders@verizon.net>2011-02-09 03:53:51 (GMT)
commitef11eb6b507eb99358dec7c33daaddd8536ebdb4 (patch)
tree7a5971bb89dafa6ec4accb98830a8b976671dfe9 /abs/extra/community/gstreamer0.10-good/gstreamer0.10-good-plugins.install
parentb516ea7067d5f1193476dedc5dad7d82008446a1 (diff)
parenta4bb0fdbcfcd42cbe2dfce9e0d28513d11c75107 (diff)
downloadlinhes_pkgbuild-ef11eb6b507eb99358dec7c33daaddd8536ebdb4.zip
linhes_pkgbuild-ef11eb6b507eb99358dec7c33daaddd8536ebdb4.tar.gz
linhes_pkgbuild-ef11eb6b507eb99358dec7c33daaddd8536ebdb4.tar.bz2
Merge branch 'testing' of knoppmyth.net:linhes_pkgbuild into testing
Diffstat (limited to 'abs/extra/community/gstreamer0.10-good/gstreamer0.10-good-plugins.install')
-rw-r--r--abs/extra/community/gstreamer0.10-good/gstreamer0.10-good-plugins.install19
1 files changed, 19 insertions, 0 deletions
diff --git a/abs/extra/community/gstreamer0.10-good/gstreamer0.10-good-plugins.install b/abs/extra/community/gstreamer0.10-good/gstreamer0.10-good-plugins.install
new file mode 100644
index 0000000..bcb0039
--- /dev/null
+++ b/abs/extra/community/gstreamer0.10-good/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 $1
+ fi
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+pre_remove() {
+ usr/sbin/gconfpkg --uninstall ${pkgname}
+}