[arch-commits] Commit in (2 files)
Dan McGee
dan at archlinux.org
Wed Aug 5 02:38:41 UTC 2009
Date: Tuesday, August 4, 2009 @ 22:38:41
Author: dan
Revision: 49232
Kill a few needless things from install files
Modified:
hal/trunk/hal.install
xfce4-weather-plugin/trunk/xfce4-weather-plugin.install
---------------------------------------------------------+
hal/trunk/hal.install | 5 -----
xfce4-weather-plugin/trunk/xfce4-weather-plugin.install | 7 ++-----
2 files changed, 2 insertions(+), 10 deletions(-)
Modified: hal/trunk/hal.install
===================================================================
--- hal/trunk/hal.install 2009-08-05 01:29:51 UTC (rev 49231)
+++ hal/trunk/hal.install 2009-08-05 02:38:41 UTC (rev 49232)
@@ -18,8 +18,3 @@
usr/sbin/userdel hal &>/dev/null
usr/sbin/groupdel hal &>/dev/null
}
-
-op=$1
-shift
-
-$op $*
Modified: xfce4-weather-plugin/trunk/xfce4-weather-plugin.install
===================================================================
--- xfce4-weather-plugin/trunk/xfce4-weather-plugin.install 2009-08-05 01:29:51 UTC (rev 49231)
+++ xfce4-weather-plugin/trunk/xfce4-weather-plugin.install 2009-08-05 02:38:41 UTC (rev 49232)
@@ -1,3 +1,5 @@
+#!/bin/sh
+
post_install() {
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
}
@@ -9,8 +11,3 @@
post_remove() {
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
}
-
-op=$1
-shift
-
-$op $*
More information about the arch-commits
mailing list