summaryrefslogtreecommitdiff
path: root/pcr/gnome-boxes-libre/gnome-boxes.install
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/gnome-boxes-libre/gnome-boxes.install')
-rw-r--r--pcr/gnome-boxes-libre/gnome-boxes.install17
1 files changed, 17 insertions, 0 deletions
diff --git a/pcr/gnome-boxes-libre/gnome-boxes.install b/pcr/gnome-boxes-libre/gnome-boxes.install
new file mode 100644
index 000000000..2ceb2ac08
--- /dev/null
+++ b/pcr/gnome-boxes-libre/gnome-boxes.install
@@ -0,0 +1,17 @@
+update() {
+ glib-compile-schemas /usr/share/glib-2.0/schemas
+ update-desktop-database -q
+ gtk-update-icon-cache -f -q -t /usr/share/icons/hicolor
+}
+
+post_install() {
+ update
+}
+
+post_upgrade() {
+ update
+}
+
+post_remove() {
+ update
+}