[Frugalware-darcs] frugalware-current: gnochm-0.9.7-1-i686

crazy crazy at frugalware.org
Sun Apr 30 16:47:27 CEST 2006


[gnochm-0.9.7-1-i686
crazy <crazy at frugalware.org>**20060430141300
 * *install file fix
] {
hunk ./extra/source/gnome/gnochm/gnochm.install 13
-	kill -HUP `pidof /usr/libexec/gconfd-2` > /dev/null 2>&1
+	if [ -e /bin/pidof ]; then
+		kill -HUP `pidof /usr/libexec/gconfd-2` > /dev/null 2>&1
+	fi
hunk ./extra/source/gnome/gnochm/gnochm.install 40
-	kill -HUP `pidof /usr/libexec/gconfd-2` > /dev/null 2>&1
+	if [ -e /bin/pidof ]; then
+		kill -HUP `pidof /usr/libexec/gconfd-2` > /dev/null 2>&1
+	fi
}


More information about the Frugalware-darcs mailing list