File: fbreader-maemo2.postrm

package info (click to toggle)
fbreader 0.12.10dfsg2-2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 12,608 kB
  • ctags: 13,435
  • sloc: cpp: 78,853; xml: 15,548; makefile: 845; sh: 305
file content (16 lines) | stat: -rw-r--r-- 306 bytes parent folder | download | duplicates (34)
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