summarylogtreecommitdiffstats
path: root/thunar-thumbnailers.install
diff options
context:
space:
mode:
authorErikas2016-04-16 12:22:59 +0300
committerErikas2016-04-16 12:22:59 +0300
commit7d2cf769affed70ea06e0962a0630acaebb568f4 (patch)
tree92d348c28049f39db90d90952543f286ef93e119 /thunar-thumbnailers.install
parent434ae752c2f704cdc18af304c57e627d4905a8a1 (diff)
downloadaur-thunar-thumbnailers.tar.gz
update
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
+}
+