updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / acroread-fonts-systemwide / acroread-fonts-systemwide.install
blob067dd13fea4b082d303b2d3d6752e6601d056e7a
1 post_install() {
2   echo -n "Updating font cache... "
3   fc-cache -vf > /dev/null
4   echo "done."
7 post_upgrade() {
8   post_install $1
11 post_remove() {
12   post_install $1
15 op=$1
16 shift
18 $op $*