Remove empty directories on deinstallation.
This commit is contained in:
parent
20bdadc168
commit
121aa6ad01
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31384
1 changed files with 2 additions and 0 deletions
|
@ -1,2 +1,4 @@
|
|||
share/emacs/site-lisp/diff-mode.el
|
||||
lib/xemacs/site-lisp/diff-mode.el
|
||||
@unexec rmdir -p %D/share/emacs/site-lisp 2>/dev/null || true
|
||||
@unexec rmdir -p %D/lib/xemacs/site-lisp 2>/dev/null || true
|
||||
|
|
Loading…
Reference in a new issue