X-Git-Url: https://git.pld-linux.org/?p=packages%2Ficewm.git;a=blobdiff_plain;f=icewm-startup.sh;fp=icewm-startup.sh;h=fc01ae7b60d0c024d58687b8ab7298f67efbfa7e;hp=0000000000000000000000000000000000000000;hb=2e7a9eeb49f1bcd3d354d4258aa35037f2cd9e85;hpb=1c6d3d3b41c9ef6f53138ec3b8373d28348b1612 diff --git a/icewm-startup.sh b/icewm-startup.sh new file mode 100644 index 0000000..fc01ae7 --- /dev/null +++ b/icewm-startup.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +if [ ! -d ~/.icewm ] ; then + mkdir -p ~/.icewm + install -m 644 /etc/X11/icewm/* ~/.icewm/ +fi