updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / aim / aim.install
blobf355e37899b26b8ae137dadad72132eb084a094e
1 # arg 1:  the new package version
2 post_install() {
3   echo -n "symlinking libstdc++ for backwards compatibility... "
4   cd /usr/lib/
5   ln -sf libstdc++.so libstdc++-libc6.1-1.so.2
6   echo "done."
9 # arg 1:  the new package version
10 # arg 2:  the old package version
11 post_upgrade() {
12   post_install $1
15 # arg 1:  the old package version
16 pre_remove() {
17   /bin/true
20 op=$1
21 shift
23 $op $*