mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-25 15:35:38 +00:00
TOOLS: added confirmation to the miximages cleaning tool
This commit is contained in:
parent
7b7b955847
commit
294d5b26ba
|
@ -14,3 +14,11 @@ if [ $? == 0 ] #yes - Internal
|
||||||
then
|
then
|
||||||
find ~/retrodeck/.downloaded_media -name miximages -type d -print0|xargs -0 rm -rfv --
|
find ~/retrodeck/.downloaded_media -name miximages -type d -print0|xargs -0 rm -rfv --
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
zenity \
|
||||||
|
--icon-name=net.retrodeck.retrodeck \
|
||||||
|
--info \
|
||||||
|
--no-wrap \
|
||||||
|
--window-icon="/app/share/icons/hicolor/scalable/apps/net.retrodeck.retrodeck.svg" \
|
||||||
|
--title "RetroDECK" \
|
||||||
|
--text="Miximages successfully cleaned, please restart RetroDECK to reload the games list."
|
Loading…
Reference in a new issue