[arch-commits] Commit in gmpc/trunk (gmpc.install)
    Andrea Scarpino 
    andrea at archlinux.org
       
    Mon Sep 21 10:18:26 UTC 2009
    
    
  
    Date: Monday, September 21, 2009 @ 06:18:26
  Author: andrea
Revision: 52518
added .install to svn
Added:
  gmpc/trunk/gmpc.install
--------------+
 gmpc.install |   11 +++++++++++
 1 file changed, 11 insertions(+)
Added: gmpc.install
===================================================================
--- gmpc.install	                        (rev 0)
+++ gmpc.install	2009-09-21 10:18:26 UTC (rev 52518)
@@ -0,0 +1,11 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}
    
    
More information about the arch-commits
mailing list