post_install() { echo "-- You can change your autostart script at $HOME/.ewm/autostart.sh and then restart ewm for changes to take effect." mkdir -p $HOME/.ewm [ ! -f $HOME/.ewm/autostart.sh ] && cp $startdir/autostart.sh.template $HOME/.ewm/autostart.sh }