#! /bin/sh # # This script ensures that the var directory remains a symbolic link in # the miniroot. if [ ! -z "$PKGDBARG" ]; then echo $PKGDBARG | grep "^\-C" > /dev/null 2>&1 if [ $? -eq 0 ] && [ "$PKG_NONABI_SYMLINKS" != "true" ]; then cat <