diff options
author | lx <lx@FreeBSD.org> | 2008-06-30 08:43:45 +0800 |
---|---|---|
committer | lx <lx@FreeBSD.org> | 2008-06-30 08:43:45 +0800 |
commit | 3776fb5c6fb670c3e0318ea3d3d6004e46d0ebab (patch) | |
tree | 0e2ea9f1af30d09e7fb82d347796872abe8c5333 | |
parent | 190bf8b8c1626701801d4155010d544f50d8aa86 (diff) | |
download | freebsd-ports-gnome-3776fb5c6fb670c3e0318ea3d3d6004e46d0ebab.tar.gz freebsd-ports-gnome-3776fb5c6fb670c3e0318ea3d3d6004e46d0ebab.tar.zst freebsd-ports-gnome-3776fb5c6fb670c3e0318ea3d3d6004e46d0ebab.zip |
These should actually be @dirrmtry.
PR: ports/125105
-rw-r--r-- | x11/hotwire-shell/pkg-plist | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11/hotwire-shell/pkg-plist b/x11/hotwire-shell/pkg-plist index ce0d6b0b766f..44111b2b3e29 100644 --- a/x11/hotwire-shell/pkg-plist +++ b/x11/hotwire-shell/pkg-plist @@ -422,13 +422,13 @@ share/icons/hicolor/24x24/apps/hotwire-sudo.png share/icons/hicolor/24x24/apps/hotwire.png @exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true @unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@dirrm share/icons/hicolor/24x24/apps -@dirrm share/icons/hicolor/24x24 -@dirrm share/icons/hicolor -@dirrm share/icons +@dirrmtry share/icons/hicolor/24x24/apps +@dirrmtry share/icons/hicolor/24x24 +@dirrmtry share/icons/hicolor +@dirrmtry share/icons +@dirrmtry share/applications @dirrm share/hotwire/images @dirrm share/hotwire -@dirrm share/applications @dirrm %%PYTHON_SITELIBDIR%%/hotwire_ui/renderers @dirrm %%PYTHON_SITELIBDIR%%/hotwire_ui/adaptors @dirrm %%PYTHON_SITELIBDIR%%/hotwire_ui |