PKGBUILDs/community/thunar-thumbnailers/thunar-thumbnailers.install

18 lines
386 B
Text
Raw Normal View History

2009-10-10 02:15:33 +00:00
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
}