updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / libopencl / install
blob91c215f8ea1ff2443968c0f66a5aedb28c455dcb
2 post_install()
4   printf "Running ldconfig... "
5   ldconfig || return 1
6   echo "ok"
9 post_upgrade()
11   post_install $1
15 # vim:set ts=2 sw=2 et: