diff options
author | Britney Fransen <brfransen@gmail.com> | 2018-03-08 13:43:30 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2018-03-08 13:43:30 (GMT) |
commit | 5c1e029d088b218673f120d3afaa52c0600e2d54 (patch) | |
tree | 6f56f452acaeb84a8db6e02ad9c94fbaf10991ec /abs/extra/community/gstreamer0.10-good/gstreamer0.10-good-plugins.install | |
parent | c75d6a027b36eb87adecaa62f773e9f4dbe50404 (diff) | |
download | linhes_pkgbuild-5c1e029d088b218673f120d3afaa52c0600e2d54.zip linhes_pkgbuild-5c1e029d088b218673f120d3afaa52c0600e2d54.tar.gz linhes_pkgbuild-5c1e029d088b218673f120d3afaa52c0600e2d54.tar.bz2 |
gstreamer0.10: remove as they don't seem to be used
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, 0 insertions, 19 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 deleted file mode 100644 index e343bee..0000000 --- a/abs/extra/community/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} -} |