summaryrefslogtreecommitdiff
path: root/community/sxiv/sxiv.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/sxiv/sxiv.install')
-rw-r--r--community/sxiv/sxiv.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/community/sxiv/sxiv.install b/community/sxiv/sxiv.install
new file mode 100644
index 000000000..1e3ec7774
--- /dev/null
+++ b/community/sxiv/sxiv.install
@@ -0,0 +1,12 @@
+post_install () {
+ update-desktop-database -q
+
+ echo "* Edit config.h in sxiv's PKGBUILD directory (generally /var/abs/community/sxiv/)"
+ echo " and rebuild package if you want to change settings."
+ echo "* Create the directory ~/.sxiv/cache to enable thumbnail caching."
+ echo " See sxiv(1) for more information."
+}
+
+post_upgrade () {
+ update-desktop-database -q
+}