wok-current diff emacs/receipt @ rev 1427
smbwebclient: update apache conf
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Sep 28 18:49:06 2008 +0000 (2008-09-28) |
parents | 2cfec27e2d9c |
children | 08e389ea2b32 |
line diff
1.1 --- a/emacs/receipt Tue Aug 12 20:05:51 2008 +0200 1.2 +++ b/emacs/receipt Sun Sep 28 18:49:06 2008 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="emacs" 1.7 -VERSION="22.2" 1.8 +VERSION="22.3" 1.9 CATEGORY="development" 1.10 SHORT_DESC="The GNU Emacs editor" 1.11 MAINTAINER="domcox@users.sourceforge.net" 1.12 @@ -86,3 +86,9 @@ 1.13 cd $fs/usr/share/$PACKAGE/$VERSION 1.14 ln -s ../site-lisp site-lisp 1.15 } 1.16 + 1.17 +post_remove() 1.18 +{ 1.19 + rm -rf /usr/share/$PACKAGE 1.20 + rm -rf /usr/lib/$PACKAGE 1.21 +} 1.22 \ No newline at end of file