Remove gconf support

This commit is contained in:
Manuel 2010-12-18 12:10:46 +00:00
parent 1cf31b916d
commit 02877230ae
2 changed files with 0 additions and 24 deletions

View File

@ -24,7 +24,6 @@ build() {
}
package_libcanberra() {
install=libcanberra.install
cd "${srcdir}/${pkgbase}-${pkgver}"
make -j1 DESTDIR="${pkgdir}" install

View File

@ -1,23 +0,0 @@
pkgname=libcanberra
post_install() {
if [ -x usr/sbin/gconfpkg ]; then
usr/sbin/gconfpkg --install ${pkgname}
fi
}
pre_upgrade() {
if [ -f usr/share/gconf/schemas/${pkgname}.schemas ]; then
pre_remove
fi
}
post_upgrade() {
post_install $1
}
pre_remove() {
if [ -x usr/sbin/gconfpkg ]; then
usr/sbin/gconfpkg --uninstall ${pkgname}
fi
}