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

Allan McRae allan at archlinux.org
Wed Sep 23 05:45:59 UTC 2009


    Date: Wednesday, September 23, 2009 @ 01:45:59
  Author: allan
Revision: 52901

add install file (FS#16322)

Added:
  leafpad/trunk/leafpad.install

-----------------+
 leafpad.install |   11 +++++++++++
 1 file changed, 11 insertions(+)

Added: leafpad.install
===================================================================
--- leafpad.install	                        (rev 0)
+++ leafpad.install	2009-09-23 05:45:59 UTC (rev 52901)
@@ -0,0 +1,11 @@
+post_install() {
+    gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}




More information about the arch-commits mailing list