@@ -59,6 +59,9 @@ function install_tomb {
fi
make install
+ if [ ! -f /usr/local/bin/tomb ]; then
+ exit 93462
+ fi
echo 'install_tomb' >> $COMPLETION_FILE
}