summaryrefslogtreecommitdiff
path: root/x11-toolkits/Xaw3d/files/pkg-message.in
blob: c45da02646d89daf1e9cca806be8ea075c83cf7a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[
{ type: install
  message: <<EOM
If you want Xaw3d to replace the default Athena Widget Set
so most X applications will get a 3-D look, do this (as root):

cd %%LOCALBASE%%/lib
mv libXaw.so.%%XAWVER%% libXaw2d.so.%%XAWVER%%
ln -s libXaw3d.so.%%XAWVER%% libXaw.so.%%XAWVER%%
EOM
}
]