wok-6.x diff Zim/receipt @ rev 3250
Up: reportlab (2_3)
author | Claudinei Pereira <claudinei@slitaz.org> |
---|---|
date | Sun May 31 23:46:21 2009 +0000 (2009-05-31) |
parents | 229efd009cf7 |
children |
line diff
1.1 --- a/Zim/receipt Fri May 29 19:37:38 2009 +0000 1.2 +++ b/Zim/receipt Sun May 31 23:46:21 2009 +0000 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 +