From cc04b9ff59eb7f6cd354bcc27de02af779c1862f Mon Sep 17 00:00:00 2001 From: icenine451 Date: Sat, 25 Feb 2023 11:11:40 -0500 Subject: [PATCH] Purge old Primehack configs at update. --- post_update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post_update.sh b/post_update.sh index 2dae88c3..8321a6ac 100644 --- a/post_update.sh +++ b/post_update.sh @@ -185,7 +185,7 @@ post_update() { if [[ $prev_version -le "062" ]]; then # In version 0.6.2b, the following changes were made that required config file updates/reset: # Primehack preconfiguration completely redone. "Stop emulation" hotkey set to Start+Select, Xbox and Nintendo keymap profiles were created, Xbox set as default. - + rm -rf /var/config/primehack # Purge old Primehack config files. Saves are safe as they are linked into /var/data/primehack. primehack_init fi