mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
Xreset.src: Do not hardcode /usr/dt.
This commit is contained in:
parent
9bd98b70f2
commit
5153c43c50
1 changed files with 2 additions and 2 deletions
|
@ -40,9 +40,9 @@ XCOMM
|
||||||
XCOMM Update action types for any printers created during the session
|
XCOMM Update action types for any printers created during the session
|
||||||
XCOMM
|
XCOMM
|
||||||
|
|
||||||
if [ -x /usr/dt/bin/dtprintinfo ]
|
if [ -x CDE_INSTALLATION_TOP/bin/dtprintinfo ]
|
||||||
then
|
then
|
||||||
/usr/dt/bin/dtprintinfo -populate
|
CDE_INSTALLATION_TOP/bin/dtprintinfo -populate
|
||||||
fi
|
fi
|
||||||
|
|
||||||
XCOMM
|
XCOMM
|
||||||
|
|
Loading…
Reference in a new issue