wok-next diff Zim/receipt @ rev 3315

transmission: fix compile_rules
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 08 00:03:03 2009 +0200 (2009-06-08)
parents 229efd009cf7
children
line diff
     1.1 --- a/Zim/receipt	Fri May 29 19:37:38 2009 +0000
     1.2 +++ b/Zim/receipt	Mon Jun 08 00:03:03 2009 +0200
     1.3 @@ -28,3 +28,12 @@
     1.4  	cp -a $_pkg/usr/* $fs/usr
     1.5  }
     1.6  
     1.7 +post_install()
     1.8 +{
     1.9 +	echo -n "Processing post-install commands..." 
    1.10 +
    1.11 +	# Create mimeinfo.cache in /usr/share/applications
    1.12 +	update-desktop-database
    1.13 +	status
    1.14 +}
    1.15 +