diff options
author | Cecil <knoppmyth@gmail.com> | 2011-02-05 05:19:37 (GMT) |
---|---|---|
committer | Cecil <knoppmyth@gmail.com> | 2011-02-05 05:19:37 (GMT) |
commit | c1a4776c72fccc340c88c025b313f5c6ce28373b (patch) | |
tree | 902f5a3167b509fd6817aafc91116bc0f891f606 /abs/extra/community/gstreamer0.10-good/gstreamer0.10-good-plugins.install | |
parent | d8e0d5da25780b011ef365927c2db678736e636f (diff) | |
download | linhes_pkgbuild-c1a4776c72fccc340c88c025b313f5c6ce28373b.zip linhes_pkgbuild-c1a4776c72fccc340c88c025b313f5c6ce28373b.tar.gz linhes_pkgbuild-c1a4776c72fccc340c88c025b313f5c6ce28373b.tar.bz2 |
gstreamer0.10-good:initial inclusion. dep of miro 3.5.
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.install | 19 |
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} +} |