# HG changeset patch # User Paul Issott # Date 1243687473 0 # Node ID 0193bd5b5e89bbafae4b45ede62a05782824256f # Parent 074295c8603ea87dfe93312bcadd8682a3f57ea6 Zim: Create mimeinfo.cache diff -r 074295c8603e -r 0193bd5b5e89 Zim/receipt --- a/Zim/receipt Sat May 30 11:53:39 2009 +0200 +++ b/Zim/receipt Sat May 30 12:44:33 2009 +0000 @@ -28,3 +28,12 @@ cp -a $_pkg/usr/* $fs/usr } +post_install() +{ + echo -n "Processing post-install commands..." + + # Create mimeinfo.cache in /usr/share/applications + update-desktop-database + status +} +