summarylogtreecommitdiffstats
path: root/thunar-thumbnailers.install
diff options
context:
space:
mode:
Diffstat (limited to 'thunar-thumbnailers.install')
-rw-r--r--thunar-thumbnailers.install17
1 files changed, 17 insertions, 0 deletions
diff --git a/thunar-thumbnailers.install b/thunar-thumbnailers.install
new file mode 100644
index 000000000000..378bdb0cb50e
--- /dev/null
+++ b/thunar-thumbnailers.install
@@ -0,0 +1,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
+}
+