diff options
Diffstat (limited to 'archivers/paq/files/pkg-message.in')
-rw-r--r-- | archivers/paq/files/pkg-message.in | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/archivers/paq/files/pkg-message.in b/archivers/paq/files/pkg-message.in index f9698a1ac0e0..5b56b158ff48 100644 --- a/archivers/paq/files/pkg-message.in +++ b/archivers/paq/files/pkg-message.in @@ -1,4 +1,6 @@ -*************************************************************************** +[ +{ type: install + message: <<EOM In addition to the manpages, see %%DOCSDIR%%/readme_*.txt and the comments at the head of %%DOCSDIR%%/*.cpp for instructions and details on usage and the algorithms employed. For @@ -6,4 +8,6 @@ simplicity, the ".exe" suffix has been dropped from the zpsfx self-expanding archive stub executable, to avoid confusion with win32 executable stubs. zpsfx can be further compressed with archivers/upx, to yield smaller self-expanding archives. -*************************************************************************** +EOM +} +] |