diff options
author | edwin <edwin@FreeBSD.org> | 2006-01-22 09:55:36 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-01-22 09:55:36 +0800 |
commit | 907f3a99d9b9e8e6d100ff6e5ca3dae46a6b6d01 (patch) | |
tree | c7335c38bb107ec2177c798763c3b89da5c2523b /ftp/kftpgrabber | |
parent | e80f0953d18006170971019cc3936a2de46081ab (diff) | |
download | freebsd-ports-gnome-907f3a99d9b9e8e6d100ff6e5ca3dae46a6b6d01.tar.gz freebsd-ports-gnome-907f3a99d9b9e8e6d100ff6e5ca3dae46a6b6d01.tar.zst freebsd-ports-gnome-907f3a99d9b9e8e6d100ff6e5ca3dae46a6b6d01.zip |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related)
Diffstat (limited to 'ftp/kftpgrabber')
-rw-r--r-- | ftp/kftpgrabber/pkg-plist | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/ftp/kftpgrabber/pkg-plist b/ftp/kftpgrabber/pkg-plist index 2264cbd8aa71..4a8166f0f9be 100644 --- a/ftp/kftpgrabber/pkg-plist +++ b/ftp/kftpgrabber/pkg-plist @@ -29,28 +29,28 @@ share/locale/zh_CN/LC_MESSAGES/kftpgrabber.mo share/services/kftpimportplugin_gftp.desktop share/services/kftpimportplugin_ncftp.desktop share/servicetypes/kftpbookmarkimportplugin.desktop -@unexec rmdir %D/share/servicetypes 2>/dev/null || true -@unexec rmdir %D/share/services 2>/dev/null || true -@unexec rmdir %D/share/locale/zh_CN/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/zh_CN 2>/dev/null || true -@unexec rmdir %D/share/locale/el/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/el 2>/dev/null || true -@unexec rmdir %D/share/locale/cs/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/cs 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/64x64/apps 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/64x64 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/48x48/apps 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/48x48 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/32x32/apps 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/32x32 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/22x22/apps 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/22x22 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/16x16/apps 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/16x16 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor 2>/dev/null || true -@unexec rmdir %D/share/icons 2>/dev/null || true +@dirrmtry share/servicetypes +@dirrmtry share/services +@dirrmtry share/locale/zh_CN/LC_MESSAGES +@dirrmtry share/locale/zh_CN +@dirrmtry share/locale/el/LC_MESSAGES +@dirrmtry share/locale/el +@dirrmtry share/locale/cs/LC_MESSAGES +@dirrmtry share/locale/cs +@dirrmtry share/icons/hicolor/64x64/apps +@dirrmtry share/icons/hicolor/64x64 +@dirrmtry share/icons/hicolor/48x48/apps +@dirrmtry share/icons/hicolor/48x48 +@dirrmtry share/icons/hicolor/32x32/apps +@dirrmtry share/icons/hicolor/32x32 +@dirrmtry share/icons/hicolor/22x22/apps +@dirrmtry share/icons/hicolor/22x22 +@dirrmtry share/icons/hicolor/16x16/apps +@dirrmtry share/icons/hicolor/16x16 +@dirrmtry share/icons/hicolor +@dirrmtry share/icons @dirrm share/apps/kftpgrabber -@unexec rmdir %D/share/apps 2>/dev/null || true -@unexec rmdir %D/share/applications/kde 2>/dev/null || true -@unexec rmdir %D/share/applications 2>/dev/null || true +@dirrmtry share/apps +@dirrmtry share/applications/kde +@dirrmtry share/applications @dirrm include/kftpgrabber |