diff options
Diffstat (limited to 'target/device/Atmel/atngw100-expanded/target_skeleton/etc/init.d/S90firstboot')
-rwxr-xr-x | target/device/Atmel/atngw100-expanded/target_skeleton/etc/init.d/S90firstboot | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/target/device/Atmel/atngw100-expanded/target_skeleton/etc/init.d/S90firstboot b/target/device/Atmel/atngw100-expanded/target_skeleton/etc/init.d/S90firstboot deleted file mode 100755 index 4ab20ba92..000000000 --- a/target/device/Atmel/atngw100-expanded/target_skeleton/etc/init.d/S90firstboot +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh - -if [ -e /etc/.firstboot ]; then - exit 0 -fi - -FC_CACHE=`which fc-cache` -PANGO_QUERY_MODULES=`which pango-querymodules` -GTK_QUERY_IMMODULES=`which gtk-query-immodules-2.0` -GDK_PIXBUF_QUERYLOADERS=`which gdk-pixbuf-query-loaders` - -echo "Running first-boot configuration." -echo "This may take a minute." - - -${FC_CACHE} -v -${PANGO_QUERY_MODULES} > /etc/pango/pango.modules -${GTK_QUERY_IMMODULES} > /etc/gtk-2.0/gtk.immodules -${GDK_PIXBUF_QUERYLOADERS} > /etc/gtk-2.0/gdk-pixbuf.loaders - -touch /etc/.firstboot
\ No newline at end of file |