xkb-setup: clean up

This commit is contained in:
Stefan Saraev 2013-08-29 11:59:55 +03:00
parent 4ff18da9ae
commit e6f23c5b5c

View File

@ -20,6 +20,6 @@
# http://www.gnu.org/copyleft/gpl.html
################################################################################
if [ -f $CONFIG_CACHE/xkb/layout ] ; then
cat $CONFIG_CACHE/xkb/layout
if [ -f /storage/.cache/xkb/layout ] ; then
cat /storage/.cache/xkb/layout
fi