diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-12-20 18:47:09 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-12-20 18:47:09 +0000 |
commit | 672a2608fb2a9c7f2a585a0bc8608658e23ce183 (patch) | |
tree | 082b0bdd7f6c3acf4cf7d3653cbcaecf503453b2 | |
parent | Upgrade to 0.16.7.2. (diff) |
Fix pkg-plist.
Obtained from: kris@
Notes
Notes:
svn path=/head/; revision=124616
-rw-r--r-- | x11-wm/e16/pkg-plist | 3 | ||||
-rw-r--r-- | x11-wm/enlightenment-devel/pkg-plist | 3 | ||||
-rw-r--r-- | x11-wm/enlightenment/pkg-plist | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/x11-wm/e16/pkg-plist b/x11-wm/e16/pkg-plist index 88863855bd88..26ba97c7052e 100644 --- a/x11-wm/e16/pkg-plist +++ b/x11-wm/e16/pkg-plist @@ -2,6 +2,7 @@ bin/edox bin/eesh bin/enlightenment bin/epp +etc/X11/dm/Sessions/enlightenment.desktop %%DATADIR%%/config/actionclasses.cfg %%DATADIR%%/config/actionclasses.cfg.ja %%DATADIR%%/config/actionclasses.cfg.ko @@ -487,5 +488,7 @@ share/locale/tr/LC_MESSAGES/enlightenment.mo @dirrm %%DATADIR%%/config/pix @dirrm %%DATADIR%%/config @dirrm %%DATADIR%% +@unexec rmdir %D/etc/X11/dm 2> /dev/null || true +@unexec rmdir %D/etc/X11 2> /dev/null || true @unexec rmdir %D/share/locale/en_US/LC_MESSAGES 2> /dev/null || true @unexec rmdir %D/share/locale/en_US 2> /dev/null || true diff --git a/x11-wm/enlightenment-devel/pkg-plist b/x11-wm/enlightenment-devel/pkg-plist index 88863855bd88..26ba97c7052e 100644 --- a/x11-wm/enlightenment-devel/pkg-plist +++ b/x11-wm/enlightenment-devel/pkg-plist @@ -2,6 +2,7 @@ bin/edox bin/eesh bin/enlightenment bin/epp +etc/X11/dm/Sessions/enlightenment.desktop %%DATADIR%%/config/actionclasses.cfg %%DATADIR%%/config/actionclasses.cfg.ja %%DATADIR%%/config/actionclasses.cfg.ko @@ -487,5 +488,7 @@ share/locale/tr/LC_MESSAGES/enlightenment.mo @dirrm %%DATADIR%%/config/pix @dirrm %%DATADIR%%/config @dirrm %%DATADIR%% +@unexec rmdir %D/etc/X11/dm 2> /dev/null || true +@unexec rmdir %D/etc/X11 2> /dev/null || true @unexec rmdir %D/share/locale/en_US/LC_MESSAGES 2> /dev/null || true @unexec rmdir %D/share/locale/en_US 2> /dev/null || true diff --git a/x11-wm/enlightenment/pkg-plist b/x11-wm/enlightenment/pkg-plist index 88863855bd88..26ba97c7052e 100644 --- a/x11-wm/enlightenment/pkg-plist +++ b/x11-wm/enlightenment/pkg-plist @@ -2,6 +2,7 @@ bin/edox bin/eesh bin/enlightenment bin/epp +etc/X11/dm/Sessions/enlightenment.desktop %%DATADIR%%/config/actionclasses.cfg %%DATADIR%%/config/actionclasses.cfg.ja %%DATADIR%%/config/actionclasses.cfg.ko @@ -487,5 +488,7 @@ share/locale/tr/LC_MESSAGES/enlightenment.mo @dirrm %%DATADIR%%/config/pix @dirrm %%DATADIR%%/config @dirrm %%DATADIR%% +@unexec rmdir %D/etc/X11/dm 2> /dev/null || true +@unexec rmdir %D/etc/X11 2> /dev/null || true @unexec rmdir %D/share/locale/en_US/LC_MESSAGES 2> /dev/null || true @unexec rmdir %D/share/locale/en_US 2> /dev/null || true |