diff options
author | jedgar <jedgar@FreeBSD.org> | 2000-07-14 12:35:13 +0000 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2000-07-14 12:35:13 +0000 |
commit | 5dbfd1b8a44b3a087840708b8342a7a0994ffeef (patch) | |
tree | 22514b774c794d067ee93d3066e5f4f8195965ed | |
parent | 92f487df769f61c3d1fb91ab5198bc98b97bdfd9 (diff) | |
download | FreeBSD-ports-5dbfd1b8a44b3a087840708b8342a7a0994ffeef.zip FreeBSD-ports-5dbfd1b8a44b3a087840708b8342a7a0994ffeef.tar.gz |
Remove all installed directories
Noticed by: bento
-rw-r--r-- | comms/tkhylafax/pkg-plist | 1 | ||||
-rw-r--r-- | ftp/pavuk/pkg-plist | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/comms/tkhylafax/pkg-plist b/comms/tkhylafax/pkg-plist index 7295270..e5b275e 100644 --- a/comms/tkhylafax/pkg-plist +++ b/comms/tkhylafax/pkg-plist @@ -15,3 +15,4 @@ lib/tkhylafax-3.0/svrStatus.t lib/tkhylafax-3.0/tkhylafax.xbm lib/tkhylafax-3.0/viewBatch.t lib/tkhylafax-3.0/tclIndex +@dirrm lib/tkhylafax-3.0 diff --git a/ftp/pavuk/pkg-plist b/ftp/pavuk/pkg-plist index 5a4668f..5cb0c31 100644 --- a/ftp/pavuk/pkg-plist +++ b/ftp/pavuk/pkg-plist @@ -17,3 +17,4 @@ share/locale/cs/LC_MESSAGES/pavuk.mo share/locale/de/LC_MESSAGES/pavuk.mo share/locale/sk/LC_MESSAGES/pavuk.mo @dirrm share/doc/pavuk +@unexec rmdir %D/share/icons > /dev/null 2>&1 || true |