summarylogtreecommitdiffstats
path: root/thunderbird-nightly-zh-cn.install
diff options
context:
space:
mode:
Diffstat (limited to 'thunderbird-nightly-zh-cn.install')
-rw-r--r--thunderbird-nightly-zh-cn.install15
1 files changed, 15 insertions, 0 deletions
diff --git a/thunderbird-nightly-zh-cn.install b/thunderbird-nightly-zh-cn.install
new file mode 100644
index 000000000000..6b1a6c97ea8a
--- /dev/null
+++ b/thunderbird-nightly-zh-cn.install
@@ -0,0 +1,15 @@
+post_install() {
+ echo ""
+ echo "Nota: the binary is called 'thunderbird-nightly-zh-cn'"
+ echo ""
+ post_upgrade
+}
+
+post_upgrade() {
+ update-desktop-database -q
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_remove() {
+ post_upgrade
+}