diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-05-08 06:18:07 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-05-08 06:18:07 -0300 |
commit | e35a755e41dbe9b054844e9f184188239f600f08 (patch) | |
tree | 035757028adff1a3564e83178b8115c95e274b53 /libre/gnome-boxes-libre/gnome-boxes.install | |
parent | 348f07f3d759722b29765f21a519f8340e2a202e (diff) | |
download | abslibre-e35a755e41dbe9b054844e9f184188239f600f08.tar.gz abslibre-e35a755e41dbe9b054844e9f184188239f600f08.tar.bz2 abslibre-e35a755e41dbe9b054844e9f184188239f600f08.zip |
gnome-boxes-libre: move from [pcr] to [libre]
Diffstat (limited to 'libre/gnome-boxes-libre/gnome-boxes.install')
-rw-r--r-- | libre/gnome-boxes-libre/gnome-boxes.install | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libre/gnome-boxes-libre/gnome-boxes.install b/libre/gnome-boxes-libre/gnome-boxes.install new file mode 100644 index 000000000..c0ed9a0d7 --- /dev/null +++ b/libre/gnome-boxes-libre/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 +} |