summarylogtreecommitdiffstats
path: root/cournal.install
diff options
context:
space:
mode:
authorMax Reynolds2016-04-07 20:27:13 -0400
committerMax Reynolds2016-04-07 20:27:13 -0400
commitd2d6e6934395bce3bd2137fe22c6948093d8725a (patch)
treeddd281f99d94e9ad90fbebef9bf888e15a8eee2c /cournal.install
downloadaur-d2d6e6934395bce3bd2137fe22c6948093d8725a.tar.gz
Package upload
Diffstat (limited to 'cournal.install')
-rw-r--r--cournal.install15
1 files changed, 15 insertions, 0 deletions
diff --git a/cournal.install b/cournal.install
new file mode 100644
index 000000000000..d74afdd1178b
--- /dev/null
+++ b/cournal.install
@@ -0,0 +1,15 @@
+# https://wiki.archlinux.org/index.php/Gnome_Package_Guidelines
+
+post_install() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_remove() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ update-desktop-database -q
+}