Remove the share/themes directory if it's empty.
Reported by: bento
This commit is contained in:
parent
0ea8d5b4c9
commit
bea8905c6f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=72985
3 changed files with 3 additions and 1 deletions
|
@ -232,7 +232,7 @@ share/themes/Default/gtk/gtkrc.zh_TW.Big5
|
|||
@dirrm lib/gtk
|
||||
@dirrm share/themes/Default/gtk
|
||||
@dirrm share/themes/Default
|
||||
@dirrm share/themes
|
||||
@dirrm include/gtk12/gtk
|
||||
@dirrm include/gtk12/gdk
|
||||
@dirrm include/gtk12
|
||||
@unexec /bin/rmdir %D/share/themes 2>/dev/null || /usr/bin/true
|
||||
|
|
|
@ -291,3 +291,4 @@ share/themes/Emacs/gtk-2.0-key/gtkrc
|
|||
@dirrm include/gtk-2.0
|
||||
@dirrm etc/gtk-2.0
|
||||
@unexec /bin/rmdir %D/share/themes/Default 2>/dev/null || /usr/bin/true
|
||||
@unexec /bin/rmdir %D/share/themes 2>/dev/null || /usr/bin/true
|
||||
|
|
|
@ -291,3 +291,4 @@ share/themes/Emacs/gtk-2.0-key/gtkrc
|
|||
@dirrm include/gtk-2.0
|
||||
@dirrm etc/gtk-2.0
|
||||
@unexec /bin/rmdir %D/share/themes/Default 2>/dev/null || /usr/bin/true
|
||||
@unexec /bin/rmdir %D/share/themes 2>/dev/null || /usr/bin/true
|
||||
|
|
Loading…
Reference in a new issue