[arch-commits] Commit in kjots/trunk (kjots.install)

Antonio Rojas arojas at archlinux.org
Fri Jan 29 21:57:59 UTC 2016


    Date: Friday, January 29, 2016 @ 22:57:59
  Author: arojas
Revision: 159429

Add missing install file (FS#47942)

Added:
  kjots/trunk/kjots.install

---------------+
 kjots.install |   13 +++++++++++++
 1 file changed, 13 insertions(+)

Added: kjots.install
===================================================================
--- kjots.install	                        (rev 0)
+++ kjots.install	2016-01-29 21:57:59 UTC (rev 159429)
@@ -0,0 +1,13 @@
+post_install() {
+        xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+        update-desktop-database -q
+}
+
+post_upgrade() {
+        post_install
+}
+
+post_remove() {
+        post_install
+}
+



More information about the arch-commits mailing list