summaryrefslogtreecommitdiff
path: root/libre/gnome-boxes/gnome-boxes.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-09-05 01:44:14 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-09-05 01:44:14 -0300
commit2728ded1e96eb209a37503f7838eef7c2aa29ee2 (patch)
tree06c0b7968ccbe920e3c9be593276d9dafad02f3e /libre/gnome-boxes/gnome-boxes.install
parent8cb075f1720b3a2febbc847279f39fe1602d7772 (diff)
downloadabslibre-2728ded1e96eb209a37503f7838eef7c2aa29ee2.tar.gz
abslibre-2728ded1e96eb209a37503f7838eef7c2aa29ee2.tar.bz2
abslibre-2728ded1e96eb209a37503f7838eef7c2aa29ee2.zip
gnome-boxes: remove libre suffix and add complex pkgrel
Diffstat (limited to 'libre/gnome-boxes/gnome-boxes.install')
-rw-r--r--libre/gnome-boxes/gnome-boxes.install12
1 files changed, 12 insertions, 0 deletions
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
+}