diff options
Diffstat (limited to 'i18n/greek/ipkg/postinst')
-rwxr-xr-x | i18n/greek/ipkg/postinst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/i18n/greek/ipkg/postinst b/i18n/greek/ipkg/postinst new file mode 100755 index 000000000..cfd1512d3 --- /dev/null +++ b/i18n/greek/ipkg/postinst @@ -0,0 +1,4 @@ +#!/bin/sh +[ -n "${IPKG_INSTROOT}" ] || { + ( . /etc/uci-defaults/luci-i18n-greek ) && rm -f /etc/uci-defaults/luci-i18n-greek +} |