Merge branch 'master' into pu/font

Origin commit data
------------------
Commit: 9d039228ff
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2017-01-29 (Sun, 29 Jan 2017)
This commit is contained in:
Michael Liebmann
2017-01-29 04:31:57 +01:00

View File

@@ -21,7 +21,7 @@ update_file()
fi
echo "update $FILE_IMAGE"
rm -f $FILE_IMAGE
cp $FILE_NEW $FILE_IMAGE
cp -d $FILE_NEW $FILE_IMAGE
fi
}