mirror of https://github.com/E-Almqvist/ewm
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
241 B
6 lines
241 B
2 years ago
|
post_install() {
|
||
|
mkdir -p $HOME/.ewm
|
||
|
[ ! -f $HOME/.ewm/autostart.sh ] && cp $startdir/autostart.sh.template $HOME/.ewm/autostart.sh
|
||
|
echo "* EWM has been installed. Change your autostart script in ~/.ewm/autostart.sh to fir your needs."
|
||
|
}
|