summarylogtreecommitdiffstats
path: root/thunderbird-earlybird.install
diff options
context:
space:
mode:
authorAlex Talker2015-06-23 19:01:27 +0300
committerAlex Talker2015-06-23 19:01:27 +0300
commitcd384081c98cdfe133abd2570fa7244fdd29d4f0 (patch)
treecac05739bc86f405c61e6188decdb1c962f8e114 /thunderbird-earlybird.install
downloadaur-cd384081c98cdfe133abd2570fa7244fdd29d4f0.tar.gz
Initial import
Diffstat (limited to 'thunderbird-earlybird.install')
-rw-r--r--thunderbird-earlybird.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/thunderbird-earlybird.install b/thunderbird-earlybird.install
new file mode 100644
index 000000000000..4d4a283dba5c
--- /dev/null
+++ b/thunderbird-earlybird.install
@@ -0,0 +1,12 @@
+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
+}