wok-next diff emacs-pkg-lua-mode/receipt @ rev 3939
emacs 23.1: small adjustments
author | Dominique Corbex <domcox@users.sourceforge.net> |
---|---|
date | Sat Aug 22 11:15:56 2009 +0200 (2009-08-22) |
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 Sat Aug 22 11:15:56 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 +}