From 2728ded1e96eb209a37503f7838eef7c2aa29ee2 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Fri, 5 Sep 2014 01:44:14 -0300 Subject: gnome-boxes: remove libre suffix and add complex pkgrel --- libre/gnome-boxes/gnome-boxes.install | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 libre/gnome-boxes/gnome-boxes.install (limited to 'libre/gnome-boxes/gnome-boxes.install') diff --git a/libre/gnome-boxes/gnome-boxes.install b/libre/gnome-boxes/gnome-boxes.install new file mode 100644 index 000000000..c0ed9a0d7 --- /dev/null +++ b/libre/gnome-boxes/gnome-boxes.install @@ -0,0 +1,12 @@ +post_install() { + glib-compile-schemas usr/share/glib-2.0/schemas + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} -- cgit v1.2.3