summarylogtreecommitdiffstats
path: root/bash-ctypes-git.install
blob: 567523dc7bf41ec65f20cc6e6a5695ff1a71f00c (plain)
1
2
3
4
5
6
7
8
9
post_install()
{
  libtool --finish /usr/lib 1>/dev/null 2>/dev/null
}

post_upgrade()
{
  post_install
}