Merge branch 'Wall/master'
[findit] / debian / postinst
1 #!/bin/sh
2 ## ----------------------------------------------------------------------
3 ## debian/postinst : postinstallation script for findit
4 ## ----------------------------------------------------------------------
5
6 ## ----------------------------------------------------------------------
7 set -e
8
9 oldversion="$2"
10 [ -z "$oldversion" ] && gtk-update-icon-cache -f /usr/share/icons/hicolor
11
12 exit 0