core/gstreamer0.10-good/gstreamer0.10-good-plugins.install
Jan Mette 93d9bd24fe
2010-03-14 15:48:48 +00:00

20 lines
298 B
Plaintext

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}
}