summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-08-07 18:44:57 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-08-07 18:44:57 +0000
commit121aa6ad018953d8f37258889b848d7515709641 (patch)
treef0f4d497c685717eaa99d2a9010f8e0b3fe118b8 /textproc
parentAdd ruby-rdtool, RD to HTML/man/etc. converter (RD is to Ruby (diff)
Remove empty directories on deinstallation.
Notes
Notes: svn path=/head/; revision=31384
Diffstat (limited to 'textproc')
-rw-r--r--textproc/diff-mode.el/pkg-plist2
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/diff-mode.el/pkg-plist b/textproc/diff-mode.el/pkg-plist
index 039a5d3f7ac4..50139402f291 100644
--- a/textproc/diff-mode.el/pkg-plist
+++ b/textproc/diff-mode.el/pkg-plist
@@ -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