# Spellchecker needs to find libaspell.so.15
for LIBASPELL_DIR in \
/usr/local/lib \
/usr/compat/linux/usr/lib \
/opkg/lib \
; do
if ls $LIBASPELL_DIR/libaspell.so.1[5-9] >/dev/null 2>&1