projects
/
project
/
luci.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
i18n: Added dynamic registration for translations
[project/luci.git]
/
i18n
/
french
/
ipkg
/
postinst
1
#!/bin/sh
2
[ -n "${IPKG_INSTROOT}" ] || {
3
( . /etc/uci-defaults/luci-i18n-french ) && rm -f /etc/uci-defaults/luci-i18n-french
4
}