summarylogtreecommitdiffstats
path: root/nuntius.install
diff options
context:
space:
mode:
authorAinola2015-08-08 12:23:42 -0600
committerAinola2015-08-08 12:23:42 -0600
commitaa0d5dc7cf5eba9f4edce134a3eb380116b89905 (patch)
treef668878759a1959f4b9021253235b8a6df61c1a1 /nuntius.install
downloadaur-aa0d5dc7cf5eba9f4edce134a3eb380116b89905.tar.gz
initial
Diffstat (limited to 'nuntius.install')
-rw-r--r--nuntius.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/nuntius.install b/nuntius.install
new file mode 100644
index 000000000000..ca31317f9199
--- /dev/null
+++ b/nuntius.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
+}
+