diff options
author | marcus <marcus@FreeBSD.org> | 2003-01-14 00:49:03 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-01-14 00:49:03 +0800 |
commit | 09bc244170bab2c37af83670946c80c67a5a5aae (patch) | |
tree | e821b7a308a4166e66b27787fc47c390b483680a /x11/gdm2 | |
parent | 8743dbfaf117c5ea2fd564f42777b87895f83fbc (diff) | |
download | freebsd-ports-gnome-09bc244170bab2c37af83670946c80c67a5a5aae.tar.gz freebsd-ports-gnome-09bc244170bab2c37af83670946c80c67a5a5aae.tar.zst freebsd-ports-gnome-09bc244170bab2c37af83670946c80c67a5a5aae.zip |
Remove ${X11BASE}/sbin if it exists and is not empty.
Reported by: bento
Diffstat (limited to 'x11/gdm2')
-rw-r--r-- | x11/gdm2/pkg-plist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/gdm2/pkg-plist b/x11/gdm2/pkg-plist index 3ebf8e671ff8..23cd8626f7e5 100644 --- a/x11/gdm2/pkg-plist +++ b/x11/gdm2/pkg-plist @@ -104,3 +104,4 @@ share/locale/zh_TW/LC_MESSAGES/gdm-2.4.mo @dirrm share/gnome/gdm/themes/happygnome @dirrm share/gnome/gdm/themes/circles @dirrm share/gnome/gdm/themes +@unexec /bin/rmdir %D/sbin 2>/dev/null || /usr/bin/true |