Xreset.src: Do not hardcode /usr/dt.
This commit is contained in:
committed by
Jon Trulson
parent
9bd98b70f2
commit
5153c43c50
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user