updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / hepmc / hepmc.install
blob49a129778833742c3fdc2592f35c42eaa13a4bc6
1 post_install() {
3 echo "/usr/local/lib/HepMC" >>/etc/ld.so.conf
8 post_upgrade() {
9 /bin/true
12 pre_remove() {
13 sed -i '/HepMC/d' /etc/ld.so.conf
16 op=$1
17 shift
19 $op "$@"