summarylogtreecommitdiffstats
path: root/metis.install
blob: 53b31ac485534bcc23c8aa0545f079fbc22acd37 (plain)
1
2
3
4
5
6
7
8
9
# arg 1:  the new package version
post_install() {
  /sbin/ldconfig -r .
}

# arg 1:  the old package version
post_remove() {
  post_install
}