#!/bin/sh
#
# Pre-uninstall script for ninux.org webif theme
#
# 

#remove symlink to /www/themes/nux
rm -rf "${IPKG_INSTROOT}/www/themes/active" >&- 2>&-
ln -sf "/www/themes/xwrt" "${IPKG_INSTROOT}/www/themes/active" >&- 2>&-
 
