summaryrefslogtreecommitdiff
path: root/libre/gstreamer0.10-good/gstreamer0.10-good-plugins.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <andre@pc-01.localdomain>2012-05-13 19:05:59 -0300
committerAndré Fabian Silva Delgado <andre@pc-01.localdomain>2012-05-13 19:05:59 -0300
commit74b3b86a6ef45fcaba5782460a691f3d60475b62 (patch)
treeaf7e7c4dd886bc48248f341876c1846c732c1b96 /libre/gstreamer0.10-good/gstreamer0.10-good-plugins.install
parenta9f58963817c616402baab94d54c5554cdc15fba (diff)
gstreamer0.10-good: new package to [libre] repo due 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, 19 insertions, 0 deletions
diff --git a/libre/gstreamer0.10-good/gstreamer0.10-good-plugins.install b/libre/gstreamer0.10-good/gstreamer0.10-good-plugins.install
new file mode 100644
index 000000000..e343beea5
--- /dev/null
+++ b/libre/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
+ fi
+}
+
+post_upgrade() {
+ post_install
+}
+
+pre_remove() {
+ usr/sbin/gconfpkg --uninstall ${pkgname}
+}