]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - src/initscripts/networking/red.up/99-location-database
Merge branch 'switch-to-libloc' into next-switch-to-libloc
[people/pmueller/ipfire-2.x.git] / src / initscripts / networking / red.up / 99-location-database
diff --git a/src/initscripts/networking/red.up/99-location-database b/src/initscripts/networking/red.up/99-location-database
new file mode 100644 (file)
index 0000000..29f2446
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+# Download / Check for updates of the location database.
+/usr/local/bin/update-location-database
+
+exit 0