diff options
author | Michele Calgaro <[email protected]> | 2024-05-11 21:28:48 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-05-11 21:28:48 +0900 |
commit | 2462d03f322261bd616721c2b2065c4004b36c9c (patch) | |
tree | 239947a0737bb8386703a1497f12c09aebd3080a /distributions/debian/maemo4/fbreader.postrm | |
download | tde-ebook-reader-2462d03f322261bd616721c2b2065c4004b36c9c.tar.gz tde-ebook-reader-2462d03f322261bd616721c2b2065c4004b36c9c.zip |
Initial import (as is) from Debian Snapshot's 'fbreader' source code (https://snapshot.debian.org/package/fbreader/0.99.4%2Bdfsg-6).
The Debian code is provided under GPL2 license.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'distributions/debian/maemo4/fbreader.postrm')
-rw-r--r-- | distributions/debian/maemo4/fbreader.postrm | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/distributions/debian/maemo4/fbreader.postrm b/distributions/debian/maemo4/fbreader.postrm new file mode 100644 index 0000000..7fea7d2 --- /dev/null +++ b/distributions/debian/maemo4/fbreader.postrm @@ -0,0 +1,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 |