diff options
author | hubertf <hubertf@pkgsrc.org> | 1997-10-27 02:46:58 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1997-10-27 02:46:58 +0000 |
commit | fefb674d3dac439f74100e80b5c784cc58d44059 (patch) | |
tree | dc3d5f12a64f65040e0847e5e615578aec89a6a9 /archivers | |
parent | 03ac5929fc26736b3bd4e39cc1d19c0442c49034 (diff) | |
download | pkgsrc-fefb674d3dac439f74100e80b5c784cc58d44059.tar.gz |
clean up on pkg_delete
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/unzip/pkg/PLIST | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/archivers/unzip/pkg/PLIST b/archivers/unzip/pkg/PLIST index 0953fdfe5b7..ed5f559284d 100644 --- a/archivers/unzip/pkg/PLIST +++ b/archivers/unzip/pkg/PLIST @@ -1,5 +1,6 @@ bin/unzip @exec ln -sf %f %B/zipinfo +@unexec rm -f %B/zipinfo bin/funzip bin/unzipsfx bin/zipgrep @@ -11,3 +12,4 @@ man/man1/zipinfo.1.gz share/doc/unzip/README share/doc/unzip/COPYING share/doc/unzip/Where +@dirrm share/doc/unzip |