r15407 - /desktop/unstable/gvfs/debian/gvfs-backends.postinst

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Tue Mar 25 16:01:44 UTC 2008


Author: slomo
Date: Tue Mar 25 16:01:44 2008
New Revision: 15407

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=15407
Log:
* give full path to killall

Modified:
    desktop/unstable/gvfs/debian/gvfs-backends.postinst

Modified: desktop/unstable/gvfs/debian/gvfs-backends.postinst
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gvfs/debian/gvfs-backends.postinst?rev=15407&op=diff
==============================================================================
--- desktop/unstable/gvfs/debian/gvfs-backends.postinst (original)
+++ desktop/unstable/gvfs/debian/gvfs-backends.postinst Tue Mar 25 16:01:44 2008
@@ -5,7 +5,7 @@
 
 if [ "$1" = "configure" ]; then
 	# Let gvfsd reload it's backend list
-	killall gvfsd -HUP || true
+	killall /usr/lib/gvfs/gvfsd -HUP || true
 fi
 
 exit 0




More information about the pkg-gnome-commits mailing list