mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@866 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
11 lines
148 B
Bash
11 lines
148 B
Bash
#!/bin/bash
|
|
. /opt/pakfire/lib/functions.sh
|
|
|
|
extract_files
|
|
|
|
fctontab -z
|
|
|
|
perl -e "require '/var/ipfire/lang.pl'; &Lang::BuildCacheLang"
|
|
|
|
reload_all
|