1 # arg 1: the new package version
2 # This is to remove the old line in ld.so.conf
3 # Library path will be provided in /etc/ld.so.conf.d/brlcad.conf
14 cat etc/ld.so.conf | grep -v '/opt/brlcad/lib' >/tmp/.pacbrlcad
15 mv /tmp/.pacbrlcad etc/ld.so.conf
16 chmod 644 etc/ld.so.conf