Remove a couple of generic-looking directories with @unexec rmdir.
Approved by: maintainer
This commit is contained in:
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
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue