diff options
Diffstat (limited to 'gnome-unstable/gnome-bluetooth/gnome-bluetooth.install')
-rw-r--r-- | gnome-unstable/gnome-bluetooth/gnome-bluetooth.install | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gnome-unstable/gnome-bluetooth/gnome-bluetooth.install b/gnome-unstable/gnome-bluetooth/gnome-bluetooth.install new file mode 100644 index 000000000..927142ee0 --- /dev/null +++ b/gnome-unstable/gnome-bluetooth/gnome-bluetooth.install @@ -0,0 +1,12 @@ +post_install() { + usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + post_install $1 +} |