diff options
Diffstat (limited to 'community/sxiv/sxiv.install')
-rw-r--r-- | community/sxiv/sxiv.install | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/community/sxiv/sxiv.install b/community/sxiv/sxiv.install deleted file mode 100644 index 1e3ec7774..000000000 --- a/community/sxiv/sxiv.install +++ /dev/null @@ -1,12 +0,0 @@ -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 -} |