upd
This commit is contained in:
parent
8ddf4ebffe
commit
7de606865f
@ -1,8 +1,8 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
MBCOLORSDIR="$HOME/.themes/MBcolors/openbox-3/"
|
MBCOLORSDIR="$HOME"/.themes/MBcolors/openbox-3/
|
||||||
|
|
||||||
if [ ! -f "${MBCOLORSDIR}" ]; then
|
if [ ! -d "$MBCOLORSDIR" ]; then
|
||||||
mkdir -p ${MBCOLORSDIR}
|
mkdir -p ${MBCOLORSDIR}
|
||||||
rsync -a /usr/share/mabox-colorizer/themes/MBcolors/openbox-3/* ${MBCOLORSDIR}/
|
rsync -a /usr/share/mabox-colorizer/themes/MBcolors/openbox-3/* ${MBCOLORSDIR}/
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user