core/gstreamer0.10-good/gstreamer0.10-good-plugins.install

20 lines
298 B
Plaintext
Raw Normal View History

2010-03-14 23:48:48 +08:00
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}
}