Add update-lang-cache script.

This script can be used, to update the language cache if any strings will be added
or modified.
This commit is contained in:
Stefan Schantl
2012-11-16 21:06:47 +01:00
parent 8c877a82f6
commit 7db34105f9
2 changed files with 4 additions and 0 deletions

View File

@@ -75,6 +75,7 @@ usr/local/bin/setddns.pl
usr/local/bin/settime
usr/local/bin/timecheck
#usr/local/bin/uname
usr/local/bin/update-lang-cache
usr/local/bin/vpn-watch
#usr/local/include
#usr/local/lib

View File

@@ -0,0 +1,3 @@
#!/bin/sh
perl -e "require '//var/ipfire/lang.pl'; &Lang::BuildCacheLang"