diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-07-30 11:10:56 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-07-30 12:55:23 -0300 |
commit | 3dd8c876676fab917919883a6a2bf208ff31ca0f (patch) | |
tree | 459ef76437e0d93ecd0e050d79af0aaf35c11cf3 /libre-testing/icecat/icecat.install | |
parent | a1e728fe78d646fa4523ff32ad9ce50320f0193b (diff) |
icecat-31.8.0_gnu1-4: add new revision to [libre-testing] to test if segfault persists with using system libraries except cairo and libvpx, it's based on AUR's IceCat version
Diffstat (limited to 'libre-testing/icecat/icecat.install')
-rw-r--r-- | libre-testing/icecat/icecat.install | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libre-testing/icecat/icecat.install b/libre-testing/icecat/icecat.install new file mode 100644 index 000000000..1a1f4b16b --- /dev/null +++ b/libre-testing/icecat/icecat.install @@ -0,0 +1,13 @@ +post_install() { + update-desktop-database -q + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} + |