View | Details | Raw Unified | Return to bug 259747
Collapse All | Expand All

(-)b/graphics/xsane/files/pkg-message.in (-2 / +2 lines)
Lines 1-9 Link Here
1
[
1
[
2
{ type: install
2
{ type: install
3
  message: <<EOM
3
  message: <<EOM
4
To install XSane as a GIMP plug-in, please type:
4
To install XSane as a GIMP plug-in, please type the following from a /bin/sh shell:
5
5
6
    ln -sf %%LOCALBASE%%/bin/xsane ~/.gimp-*/plug-ins/xsane
6
    cd ~/.config/GIMP && for i in *; { ln -sf %LOCALBASE%%/bin/xsane "$i/plug-ins/xsane"; }
7
7
8
Then run the GIMP, and a new "XSane" menu item should appear in the
8
Then run the GIMP, and a new "XSane" menu item should appear in the
9
"File -> Create" menu.
9
"File -> Create" menu.

Return to bug 259747