diff options
author | edwin <edwin@FreeBSD.org> | 2006-01-22 10:30:01 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-01-22 10:30:01 +0800 |
commit | feafe637a586a81fbc65a23660b6e82c87d90f07 (patch) | |
tree | 236a81a898bb37fc1877a514deec3f6192b95260 /misc/katalog | |
parent | ffa6a89c602bab7fc1470e34b05dcfe64ce87369 (diff) | |
download | freebsd-ports-gnome-feafe637a586a81fbc65a23660b6e82c87d90f07.tar.gz freebsd-ports-gnome-feafe637a586a81fbc65a23660b6e82c87d90f07.tar.zst freebsd-ports-gnome-feafe637a586a81fbc65a23660b6e82c87d90f07.zip |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related)
Diffstat (limited to 'misc/katalog')
-rw-r--r-- | misc/katalog/pkg-plist | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/misc/katalog/pkg-plist b/misc/katalog/pkg-plist index e1e3f9f015fc..4b39f99a6ac9 100644 --- a/misc/katalog/pkg-plist +++ b/misc/katalog/pkg-plist @@ -30,22 +30,22 @@ share/mimelnk/inode/katalog-directory.desktop share/services/katalogdcop.desktop share/services/katalogslave.protocol share/services/kfile_katalog.desktop -@unexec rmdir %D/share/services 2>/dev/null || true -@unexec rmdir %D/share/mimelnk/inode 2>/dev/null || true -@unexec rmdir %D/share/mimelnk/application 2>/dev/null || true -@unexec rmdir %D/share/mimelnk 2>/dev/null || true -@unexec rmdir %D/share/icons/crystalsvg/64x64/mimetypes 2>/dev/null || true -@unexec rmdir %D/share/icons/crystalsvg/64x64 2>/dev/null || true -@unexec rmdir %D/share/icons/crystalsvg/48x48/mimetypes 2>/dev/null || true -@unexec rmdir %D/share/icons/crystalsvg/48x48 2>/dev/null || true -@unexec rmdir %D/share/icons/crystalsvg/32x32/mimetypes 2>/dev/null || true -@unexec rmdir %D/share/icons/crystalsvg/32x32 2>/dev/null || true -@unexec rmdir %D/share/icons/crystalsvg/22x22/mimetypes 2>/dev/null || true -@unexec rmdir %D/share/icons/crystalsvg/22x22 2>/dev/null || true -@unexec rmdir %D/share/icons/crystalsvg/16x16/mimetypes 2>/dev/null || true -@unexec rmdir %D/share/icons/crystalsvg/16x16 2>/dev/null || true -@unexec rmdir %D/share/icons/crystalsvg 2>/dev/null || true -@unexec rmdir %D/share/icons 2>/dev/null || true -@unexec rmdir %D/share/apps/konqueror/servicemenus 2>/dev/null || true -@unexec rmdir %D/share/apps/konqueror 2>/dev/null || true -@unexec rmdir %D/share/apps 2>/dev/null || true +@dirrmtry share/services +@dirrmtry share/mimelnk/inode +@dirrmtry share/mimelnk/application +@dirrmtry share/mimelnk +@dirrmtry share/icons/crystalsvg/64x64/mimetypes +@dirrmtry share/icons/crystalsvg/64x64 +@dirrmtry share/icons/crystalsvg/48x48/mimetypes +@dirrmtry share/icons/crystalsvg/48x48 +@dirrmtry share/icons/crystalsvg/32x32/mimetypes +@dirrmtry share/icons/crystalsvg/32x32 +@dirrmtry share/icons/crystalsvg/22x22/mimetypes +@dirrmtry share/icons/crystalsvg/22x22 +@dirrmtry share/icons/crystalsvg/16x16/mimetypes +@dirrmtry share/icons/crystalsvg/16x16 +@dirrmtry share/icons/crystalsvg +@dirrmtry share/icons +@dirrmtry share/apps/konqueror/servicemenus +@dirrmtry share/apps/konqueror +@dirrmtry share/apps |