summarylogtreecommitdiffstats
path: root/scid-vs-pc-svn.install
blob: b91e03782ac15a29b6d560ef74db114fa0c81732 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
post_install() {
   echo
   echo " ==> To enable speech go to Options/Sounds/Sound Files Folder/Browse -> /usr/share/scid/sounds"
   echo
   echo " ==> To use Timeseal in FICS go to Play/Internet/Timeseal/Browse -> /usr/bin/timeseal"
   echo

   # Update font cache
    echo -n "Updating font cache... "
    fc-cache -f -s > /dev/null
    mkfontscale /usr/share/fonts/TTF
    mkfontdir /usr/share/fonts/TTF
    echo "done."
}

post_upgrade() {
    echo -n "Updating font cache... "
    fc-cache -f -s > /dev/null
    mkfontscale /usr/share/fonts/TTF
    mkfontdir /usr/share/fonts/TTF
    echo "done."
}

post_remove() {
    post_upgrade $1
}