summarylogtreecommitdiffstats
path: root/libumlib0-svn.install
blob: bf494e368d6067f2057eeceeceb5d52724149b39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
   set -e
   if [ "$CARCH" == "x86_64" ]; then
      libtool --finish /usr/lib
   else
      libtool --finish /usr/lib32
   fi
}

post_remove() {
   set -e
   ldconfig
}