summarylogtreecommitdiffstats
path: root/trillian.install
diff options
context:
space:
mode:
authorHanFox2015-07-11 15:33:58 +0100
committerHanFox2015-07-11 15:33:58 +0100
commit5670eaf1cbef98c0669f29e04353ff2920f036da (patch)
tree66db63d248bb44c046738688541ab47363a8918e /trillian.install
downloadaur-5670eaf1cbef98c0669f29e04353ff2920f036da.tar.gz
Initial import - update to 2.0.0.5 and add libappindicator-gtk3 optdep
Diffstat (limited to 'trillian.install')
-rw-r--r--trillian.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/trillian.install b/trillian.install
new file mode 100644
index 000000000000..c50ebf80f6da
--- /dev/null
+++ b/trillian.install
@@ -0,0 +1,13 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
+