mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
5 lines
139 B
Text
5 lines
139 B
Text
pre_upgrade() {
|
|
if [ -f usr/share/gconf/schemas/gnome-bluetooth.schemas ]; then
|
|
usr/sbin/gconfpkg --uninstall gnome-bluetooth
|
|
fi
|
|
}
|