PKGBUILDs/community/amyedit/amyedit.install

13 lines
163 B
Text
Raw Normal View History

2009-10-10 02:15:33 +00:00
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 "$@"