diff options
Diffstat (limited to 'ubuntu/maverick/kdelibs')
-rwxr-xr-x | ubuntu/maverick/kdelibs/debian/kcmshell | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ubuntu/maverick/kdelibs/debian/kcmshell b/ubuntu/maverick/kdelibs/debian/kcmshell index e8b3d2a84..64dea7e87 100755 --- a/ubuntu/maverick/kdelibs/debian/kcmshell +++ b/ubuntu/maverick/kdelibs/debian/kcmshell @@ -1,4 +1,6 @@ #!/bin/sh -export KDEDIRS=/usr/:/opt/trinity/ -/opt/trinity/bin/kcmshell.real $1 $2 $3 $4 $5 $6 $7 $8 +export XDG_CONFIG_DIRS=/opt/trinity/etc/xdg:/etc/xdg +export XDG_DATA_DIRS=/opt/trinity/share:/usr/share + +${0}.real "$@" |