summarylogtreecommitdiffstats
path: root/cover-thumbnailer.install
diff options
context:
space:
mode:
Diffstat (limited to 'cover-thumbnailer.install')
-rw-r--r--cover-thumbnailer.install10
1 files changed, 0 insertions, 10 deletions
diff --git a/cover-thumbnailer.install b/cover-thumbnailer.install
index eea40442e347..197f3d0dbe87 100644
--- a/cover-thumbnailer.install
+++ b/cover-thumbnailer.install
@@ -1,19 +1,9 @@
# cover-thumbnailer.install
post_install() {
- update-desktop-database -q
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
echo ""
echo " Do not forget to delete the cache of thumbnails:"
echo " rm rf ~/.thumbnails"
echo " rm rf ~/.cache/thumbnails"
echo ""
}
-
-post_upgrade() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_remove() {
- post_install $1
-}