chore: Remove deck specific flatpak installer

This commit is contained in:
Kyle Gospodnetich 2023-09-01 13:37:42 -07:00
parent 78ead7e46e
commit 9f50fa9a14
2 changed files with 1 additions and 10 deletions

View File

@ -1 +0,0 @@
com.github.Matoking.protontricks

View File

@ -20,12 +20,4 @@ if [[ -f '/etc/flatpak/remove' ]]; then
mv /etc/flatpak/remove /etc/flatpak/removed
fi
if [[ -f '/etc/flatpak/deck' ]]; then
if [[ ${IMAGE_NAME} == *'deck'* ]]; then
cat /etc/flatpak/deck | while read line; do
flatpak install --system --noninteractive flathub $line
done && cat /etc/flatpak/deck >> /etc/flatpak/installed
fi
fi
rm -rf /etc/flatpak/{deck,flathub,objects}
rm -rf /etc/flatpak/{flathub,objects}