diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-11-19 11:17:41 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-11-19 11:17:41 +0000 |
commit | 224cdff72db71610c2df41e176b782cbe2620e57 (patch) | |
tree | 534fde1db51159ba2f5527b99a6890e17041d040 /ftp/kwebget/pkg-plist | |
parent | abcec5c9ed84df7012f2751e1f7cb3325ad5e4e8 (diff) |
Notes
Diffstat (limited to 'ftp/kwebget/pkg-plist')
-rw-r--r-- | ftp/kwebget/pkg-plist | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ftp/kwebget/pkg-plist b/ftp/kwebget/pkg-plist index 8329da6ea742..e0e17dc438a3 100644 --- a/ftp/kwebget/pkg-plist +++ b/ftp/kwebget/pkg-plist @@ -5,4 +5,12 @@ share/doc/HTML/en/kwebget/common share/applnk/Applications/kwebget.desktop share/icons/locolor/32x32/apps/kwebget.png share/icons/locolor/16x16/apps/kwebget.png +@unexec rmdir %D/share/applnk/Applications 2>/dev/null || true +@unexec rmdir %D/share/applnk 2>/dev/null || true +@unexec rmdir %D/share/icons/locolor/32x32 2>/dev/null || true +@unexec rmdir %D/share/icons/hicolor/32x32 2>/dev/null || true +@unexec rmdir %D/share/icons/locolor/16x16/apps 2>/dev/null || true +@unexec rmdir %D/share/icons/locolor/16x16 2>/dev/null || true +@unexec rmdir %D/share/icons/locolor 2>/dev/null || true @dirrm share/doc/HTML/en/kwebget +@unexec rmdir %D/share/doc/HTML/en 2>/dev/null || true |