6 Commits

Author SHA1 Message Date
Gergely Nagy
f6462b3c70 install.sh: Use install -d instead of mkdir
Instead of checking for the existence of a directory, and repeating the
same code in both branches (with an mkdir added in the else branch), use
install -d to create the directory if it does not exist.

This simplifies the code a little, by removing a bit of repetition.

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
2015-12-22 13:15:35 +01:00
Sam Hewitt
9f256f9ac3 added icons 2015-12-04 14:13:52 -05:00
Sam Hewitt
7d5575bbb5 updated install script 2015-12-02 11:42:30 -05:00
Sam Hewitt
6cd847ac8e updated corner cursors 2015-12-02 11:23:12 -05:00
Sam Hewitt
270c01ff8e updated cursors 2015-12-02 11:02:20 -05:00
Sam Hewitt
282a51a8da Updated docs 2015-04-28 16:38:04 -04:00