updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / freetype2-git-infinality / infinality.install
blobba8a10e7b345b6684b007ec3b0a34ae8440aeb4c
1 ## arg 1:  the new package version
2 post_install() {
3   cat << EOF
4 ==> The Infinality fontconfig settings should be installed from a separate
5     package in the AUR: 'fontconfig-infinality'
7     You should also install either Windows, Apple or Google fonts.
9     More information about Infinality is available at:
10     http://www.infinality.net/
11 EOF
14 ## arg 1:  the new package version
15 ## arg 2:  the old package version
16 post_upgrade() {
17   if [[ "$2" < "2.4.99.git20111223-1" ]]; then
18     cat << EOF
19 ==> The Infinality fontconfig settings are no longer part of this package.
20     These files are replaced by the 'fontconfig-infinality' package in the AUR.
22     The old Infinality fontconfig settings templates in "/etc/fonts/local.conf"
23      or "/etc/fonts/conf.{avail,d}" must be deleted for the new package to work.
25     Xft settings are now handled by the Infinality profile script
26     (/etc/profile.d/infinality-settings.sh) by default. It is no longer
27     neccessary to keep an .Xresources file in the home directory.
28     Existing .Xresources files can be deleted.
29 EOF
30   fi
33 # vim:set ts=2 sw=2 et: