1
0
Fork 0
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:
Pascal Stumpf 2013-07-22 21:59:15 +02:00 committed by Jon Trulson
parent 9bd98b70f2
commit 5153c43c50

View file

@ -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