summarylogtreecommitdiffstats
path: root/cover-thumbnailer.install
blob: 197f3d0dbe873556526898ed210fe3a5c4919d54 (plain)
1
2
3
4
5
6
7
8
9
# cover-thumbnailer.install

post_install() {
    echo ""
    echo "      Do not forget to delete the cache of thumbnails:"
    echo "          rm rf ~/.thumbnails"
    echo "          rm rf ~/.cache/thumbnails"
    echo ""
}