wok-current diff emacs-pkg-lua-mode/receipt @ rev 4199
Fix: libexo FSH (--libexecdir)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Sep 23 21:12:03 2009 +0200 (2009-09-23) |
parents | 6aae08641f1e |
children | 979a5ed3bfd6 |
line diff
1.1 --- a/emacs-pkg-lua-mode/receipt Fri Aug 21 21:49:57 2009 +0200 1.2 +++ b/emacs-pkg-lua-mode/receipt Wed Sep 23 21:12:03 2009 +0200 1.3 @@ -32,3 +32,13 @@ 1.4 cp stuff/*.el $fs/usr/share/emacs/site-lisp/site-start.d 1.5 status 1.6 } 1.7 + 1.8 +post_install() 1.9 +{ 1.10 + tazpkg reconfigure emacs 1.11 +} 1.12 + 1.13 +post_remove() 1.14 +{ 1.15 + tazpkg reconfigure emacs 1.16 +}