4 lines
87 B
Plaintext
4 lines
87 B
Plaintext
|
if [ "X$2" = "XPOST-INSTALL" ]; then
|
||
|
ln -fs %%PREFIX%%/$1 %%PREFIX%%/SmallEiffel;
|
||
|
fi
|