diff options
Diffstat (limited to 'gnome/dasher/post-install')
-rwxr-xr-x | gnome/dasher/post-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnome/dasher/post-install b/gnome/dasher/post-install index 7e2f0f5dd..ec6a744f7 100755 --- a/gnome/dasher/post-install +++ b/gnome/dasher/post-install @@ -3,7 +3,7 @@ port=dasher # gconf schemas -SCHEMAS="`pkginfo -l $port | grep usr/etc/gconf/schemas/.*\.schemas$`" +SCHEMAS="`pkginfo -l $port | grep etc/gconf/schemas/.*\.schemas$`" for SCHEMA in $SCHEMAS do |