mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-25 02:52:13 +08:00
Remove gconf support
This commit is contained in:
parent
1cf31b916d
commit
02877230ae
@ -24,7 +24,6 @@ build() {
|
||||
}
|
||||
|
||||
package_libcanberra() {
|
||||
install=libcanberra.install
|
||||
|
||||
cd "${srcdir}/${pkgbase}-${pkgver}"
|
||||
make -j1 DESTDIR="${pkgdir}" install
|
||||
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue
Block a user