wok rev 4845

Up: zim (0.29)
author Paul Issott <paul@slitaz.org>
date Sat Jan 30 19:34:46 2010 +0000 (2010-01-30)
parents f3500d7d0011
children f4d3c6ddf2ee
files zim/receipt
line diff
     1.1 --- a/zim/receipt	Fri Jan 29 17:00:59 2010 +0100
     1.2 +++ b/zim/receipt	Sat Jan 30 19:34:46 2010 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="zim"
     1.7 -VERSION="0.28"
     1.8 +VERSION="0.29"
     1.9  CATEGORY="utilities"
    1.10  SHORT_DESC="A desktop wiki."
    1.11  MAINTAINER="paul@slitaz.org"
    1.12 @@ -26,13 +26,12 @@
    1.13  genpkg_rules()
    1.14  {
    1.15  	mkdir -p $fs/usr
    1.16 -	cp -a $_pkg/usr/* $fs/usr
    1.17 +	cp -a $_pkg/usr $fs
    1.18  }
    1.19  
    1.20  post_install()
    1.21  {
    1.22  	echo -n "Processing post-install commands..." 
    1.23 -
    1.24  	# Create mimeinfo.cache in /usr/share/applications
    1.25  	update-desktop-database
    1.26  	status