From: Eugene Gagarin Date: Sat, 28 Feb 2009 14:31:00 +0000 (+0300) Subject: added postinst script to debian/ X-Git-Tag: releases/0.1.0~6 X-Git-Url: https://vcs.maemo.org/git/?p=findit;a=commitdiff_plain;h=d8b811fb92540218f040f9fe0d39c9bfc2e668fc added postinst script to debian/ --- diff --git a/debian/postinst b/debian/postinst new file mode 100755 index 0000000..887ea06 --- /dev/null +++ b/debian/postinst @@ -0,0 +1,11 @@ +#!/bin/sh +## ---------------------------------------------------------------------- +## debian/postinst : postinstallation script for findit +## ---------------------------------------------------------------------- + +## ---------------------------------------------------------------------- +set -e + +gtk-update-icon-cache -f /usr/share/icons/hicolor + +exit 0