summarylogtreecommitdiffstats
path: root/cover-thumbnailer.install
blob: eea40442e347ccea90760d1904f9fb269cb0c023 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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
}