PKGBUILDs/extra/bluez-gnome/bluez-gnome.install

24 lines
377 B
Text
Raw Normal View History

2009-10-10 02:23:22 +00:00
pkgname=bluez-gnome
post_install() {
update-desktop-database -q
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
update-mime-database usr/share/mime >/dev/null
usr/sbin/gconfpkg --install ${pkgname}
}
post_upgrade() {
post_install
}
pre_remove() {
usr/sbin/gconfpkg --uninstall ${pkgname}
}
pre_upgrade() {
pre_remove
}
post_remove() {
post_install
}