diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2013-12-29 11:19:46 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2013-12-29 11:20:38 -0200 |
commit | b24ff2ab2649f0c8bf482f0cdf540de4667b4a04 (patch) | |
tree | 1f8eee76d0985c70dd19307f8acee5480508010c /pcr/gnome-boxes-libre/gnome-boxes.install | |
parent | a8d24e03f28fd51e47e2053a3bd925a0e7f75c08 (diff) |
fix freedom issue reported by niitotantei => https://labs.parabola.nu/issues/452
Diffstat (limited to 'pcr/gnome-boxes-libre/gnome-boxes.install')
-rw-r--r-- | pcr/gnome-boxes-libre/gnome-boxes.install | 17 |
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 +} |