summaryrefslogtreecommitdiffstats
path: root/distributions/debian/maemo5/fbreader.postrm
blob: 7fea7d236e308717154da95b5556bbf4678cf29c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#! /bin/sh

if [ -x /usr/bin/gtk-update-icon-cache ]
then
  /usr/bin/gtk-update-icon-cache -f /usr/share/icons/hicolor
fi

if [ -x /usr/bin/update-desktop-database ]
then
  /usr/bin/update-desktop-database
fi

if [ -x /usr/bin/update-mime-database ]
then
  /usr/bin/update-mime-database /usr/share/mime
fi