Initial commit
This commit is contained in:
commit
209ba130c0
4852 changed files with 1517959 additions and 0 deletions
9
.config/ml4w/scripts/checkpostinstall.sh
Executable file
9
.config/ml4w/scripts/checkpostinstall.sh
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
if [ -f ~/.cache/ml4w-post-install ] ;then
|
||||
terminal=$(cat ~/.config/ml4w/settings/terminal.sh)
|
||||
$terminal -e ~/.config/ml4w/postinstall.sh
|
||||
rm ~/.cache/ml4w-post-install
|
||||
com.ml4w.welcome
|
||||
else
|
||||
echo ":: Post installation script already executed"
|
||||
exit
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue