#!/bin/sh #/sbin/ldconfig -f /opt/etc/ld.so.conf -C /opt/etc/ld.so.cache /sbin/ldconfig # for /etc/.info/system.info /bin/sysinfo # Check 3-touchkey firmware /lib/firmware/firmware_upgrade_touchkey.sh ln -s /opt/etc/X11/xorg.conf.d.default /opt/etc/X11/xorg.conf.d # Copy alsa scenario file for sound path temporary if [ ! -e /opt/etc/sound ]; then mkdir -p /opt/etc/sound fi cp -r /usr/share/ascenario/default /opt/etc/sound/default cp -r /usr/share/ascenario/default.conf /opt/etc/sound/default.conf chown root:soundpath /opt/etc/sound/default.conf chown -R root:soundpath /opt/etc/sound/default if [ -e /opt/system/csc/.factoryreset ]; then rm -f /opt/system/csc/.factoryreset fi sync