flm01/mote/v2/openwrt/package/luci/themes/openwrt-light/ipkg/.svn/text-base/postinst.svn-base

5 lines
143 B
Bash

#!/bin/sh
[ -n "${IPKG_INSTROOT}" ] || {
( . /etc/uci-defaults/luci-theme-openwrtlight ) && rm -f /etc/uci-defaults/luci-theme-openwrtlight
}