mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 10:22:49 +00:00
generic: correct reference to installation path variables
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
13d65c15c8
commit
0a6837dd22
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
[D-BUS Service]
|
||||
Name=org.kde.fontinst
|
||||
Exec=@LIBEXEC_INSTALL_DIR@/fontinst
|
||||
Exec=@KDE4_LIBEXEC_INSTALL_DIR@/fontinst
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[D-BUS Service]
|
||||
Name=org.kde.fontinst
|
||||
Exec=@LIBEXEC_INSTALL_DIR@/fontinst
|
||||
Exec=@KDE4_LIBEXEC_INSTALL_DIR@/fontinst
|
||||
User=root
|
||||
|
||||
|
|
|
@ -99,7 +99,7 @@ if test -n "$kcminputrc_mouse_cursortheme" -o -n "$kcminputrc_mouse_cursorsize"
|
|||
fi
|
||||
fi
|
||||
|
||||
[ -r @BIN_INSTALL_DIR@/krandrstartup ] && . @BIN_INSTALL_DIR@/krandrstartup
|
||||
[ -r @KDE4_BIN_INSTALL_DIR@/krandrstartup ] && . @KDE4_BIN_INSTALL_DIR@/krandrstartup
|
||||
|
||||
if test "$kcmfonts_general_forcefontdpi" -ne 0; then
|
||||
xrdb -quiet -merge -nocpp <<EOF
|
||||
|
|
Loading…
Add table
Reference in a new issue