diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-03-03 02:56:02 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-03-03 02:56:02 +0800 |
commit | 5385338d26caf56f350889c6962df21366017bd8 (patch) | |
tree | 7cb36e63b38aa4516a6dda945312418297993ce9 /multimedia/gstreamer80 | |
parent | ff29a7c00e2719e1fb8c5fbe602eac8962f3d13c (diff) | |
download | marcuscom-ports-5385338d26caf56f350889c6962df21366017bd8.tar marcuscom-ports-5385338d26caf56f350889c6962df21366017bd8.tar.gz marcuscom-ports-5385338d26caf56f350889c6962df21366017bd8.tar.bz2 marcuscom-ports-5385338d26caf56f350889c6962df21366017bd8.tar.lz marcuscom-ports-5385338d26caf56f350889c6962df21366017bd8.tar.xz marcuscom-ports-5385338d26caf56f350889c6962df21366017bd8.tar.zst marcuscom-ports-5385338d26caf56f350889c6962df21366017bd8.zip |
Use dirrmtry instead of the unexec rmdir...
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5828 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/gstreamer80')
-rw-r--r-- | multimedia/gstreamer80/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/gstreamer80/pkg-plist b/multimedia/gstreamer80/pkg-plist index 8835a360d..638edaeef 100644 --- a/multimedia/gstreamer80/pkg-plist +++ b/multimedia/gstreamer80/pkg-plist @@ -144,7 +144,7 @@ share/locale/uk/LC_MESSAGES/gstreamer-%%VERSION%%.mo share/locale/vi/LC_MESSAGES/gstreamer-%%VERSION%%.mo @unexec rm %D/share/gnome/cache/gstreamer-%%VERSION%%/registry.xml 2>/dev/null || true @dirrm share/gnome/cache/gstreamer-%%VERSION%% -@unexec rmdir %D/share/gnome/cache 2>/dev/null || true +@dirrmtry share/gnome/cache @dirrm lib/gstreamer-%%VERSION%% @dirrm include/gstreamer-%%VERSION%%/gst/getbits @dirrm include/gstreamer-%%VERSION%%/gst/dataprotocol |