summarylogtreecommitdiffstats
path: root/thunar-thumbnailers.install
blob: 378bdb0cb50eb5807b8bcd65e1795a13418715a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
post_install() {
cat << _EOF
==> important installation notes:
    ----------------------------------------
    After installing it is necessary to run:
    /usr/lib/thunar-vfs-update-thumbnailers-cache-1
    as a user to regenerate the cache of thumbnailers.
    You may also need to log out and back in for the new
    thumbnailers to work.
_EOF

}

post_upgrade() {
	post_install
}