post_install() { grep -e "/opt/gnome/lib" /etc/ld.so.conf if [ $? <> 0 ]; then echo "/opt/gnome/lib" >> /etc/ld.so.conf; ldconfig; fi } op=$1 shift $op "$@"