Remove a couple of generic-looking directories with @unexec rmdir.

Approved by:	maintainer
This commit is contained in:
Satoshi Asami 2000-09-22 07:23:04 +00:00
parent 5b03182efd
commit ba52f7c856
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32979
2 changed files with 4 additions and 0 deletions

View file

@ -52,7 +52,9 @@ share/locale/uk/LC_MESSAGES/GConf.mo
@dirrm etc/gconf/schemas
@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/standard
@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop
@unexec rmdir %D/etc/gconf/gconf.xml.defaults/schemas/apps 2>/dev/null || true
@dirrm etc/gconf/gconf.xml.defaults/schemas
@unexec rmdir %D/etc/gconf/gconf.xml.defaults/apps 2>/dev/null || true
@dirrm etc/gconf/gconf.xml.defaults
@dirrm etc/gconf/1
@dirrm etc/gconf

View file

@ -52,7 +52,9 @@ share/locale/uk/LC_MESSAGES/GConf.mo
@dirrm etc/gconf/schemas
@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/standard
@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop
@unexec rmdir %D/etc/gconf/gconf.xml.defaults/schemas/apps 2>/dev/null || true
@dirrm etc/gconf/gconf.xml.defaults/schemas
@unexec rmdir %D/etc/gconf/gconf.xml.defaults/apps 2>/dev/null || true
@dirrm etc/gconf/gconf.xml.defaults
@dirrm etc/gconf/1
@dirrm etc/gconf