PKGBUILDs/community/amyedit/amyedit.install
2009-10-09 21:15:33 -05:00

12 lines
163 B
Text

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 "$@"