flm01/mote/v2/openwrt/package/luci/i18n/german/ipkg/postinst
2010-12-19 20:47:20 +01:00

4 lines
129 B
Bash
Executable file

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