blob: 1e3ec7774e45ec2b0b7bfb6c5e62dbb5f427544c (
plain)
1
2
3
4
5
6
7
8
9
10
11
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
}
|