Skip to content

Commit

Permalink
Remove post-update stuff, there is nothing to update from
Browse files Browse the repository at this point in the history
  • Loading branch information
sydarn committed Mar 27, 2024
1 parent 900a0c6 commit 67a9ab8
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions packages/rocknix/sources/post-update
Original file line number Diff line number Diff line change
Expand Up @@ -77,20 +77,3 @@ fi

### Add items below this line that are safe to remove after a period of time.
################################################################################

## 20240312 clean config files on specific rk3326 devices
model=$(cat /sys/firmware/devicetree/base/model)
clean_list="ODROID-GO Advance Black Edition Powkiddy RGB10"
if echo "${clean_list}" | grep "$model"; then
rm -rf /storage/.config/mupen64plus
rm -rf /storage/.config/drastic
rm -f /storage/.config/ppsspp/PSP/SYSTEM/controls.ini
rm -f /storage/.config/mednafen/mednafen.cfg
fi
if [ "${model}" = "Powkiddy RGB10" ]; then
rm -f /storage/joypads/odroidgo2_v11_joypad.cfg
fi

### 20240207 - Update Vita launchers and data.
rsync -ah --update /usr/config/vita3k/* /storage/.config/vita3k 2>/dev/null
rm -f "/storage/.config/vita3k/launcher/Start Vita3K.sh"

0 comments on commit 67a9ab8

Please sign in to comment.