core84: Add dnsmasq update

This commit is contained in:
Michael Tremer
2014-09-26 12:25:48 +02:00
parent 2a3506f349
commit b7784e38bd
2 changed files with 3 additions and 0 deletions

View File

@@ -0,0 +1 @@
../../../common/dnsmasq

View File

@@ -32,6 +32,7 @@ do
done
# Stop services
/etc/init.d/dnsmasq stop
# Remove old files
@@ -39,6 +40,7 @@ done
extract_files
# Start services
/etc/init.d/dnsmasq start
# Update Language cache
perl -e "require '/var/ipfire/lang.pl'; &Lang::BuildCacheLang"