diff options
author | hubertf <hubertf> | 1997-10-27 02:46:58 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1997-10-27 02:46:58 +0000 |
commit | b7605731573060007c90a1241672a52ed11d6cc8 (patch) | |
tree | dc3d5f12a64f65040e0847e5e615578aec89a6a9 /archivers/unzip | |
parent | 07f374ea8305c411fc7b09319f6f8a23a714d66c (diff) | |
download | pkgsrc-b7605731573060007c90a1241672a52ed11d6cc8.tar.gz |
clean up on pkg_delete
Diffstat (limited to 'archivers/unzip')
-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 |