diff options
author | jedgar <jedgar@FreeBSD.org> | 2000-07-14 20:35:13 +0800 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2000-07-14 20:35:13 +0800 |
commit | 5dbfd1b8a44b3a087840708b8342a7a0994ffeef (patch) | |
tree | 22514b774c794d067ee93d3066e5f4f8195965ed | |
parent | 92f487df769f61c3d1fb91ab5198bc98b97bdfd9 (diff) | |
download | freebsd-ports-gnome-5dbfd1b8a44b3a087840708b8342a7a0994ffeef.tar.gz freebsd-ports-gnome-5dbfd1b8a44b3a087840708b8342a7a0994ffeef.tar.zst freebsd-ports-gnome-5dbfd1b8a44b3a087840708b8342a7a0994ffeef.zip |
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 72952708bcdb..e5b275e9dc8c 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 5a4668f7aa0b..5cb0c31350cf 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 |