Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/hakchi2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'user_mods/remove_thumbnails.hmod/uninstall')
-rw-r--r--user_mods/remove_thumbnails.hmod/uninstall8
1 files changed, 3 insertions, 5 deletions
diff --git a/user_mods/remove_thumbnails.hmod/uninstall b/user_mods/remove_thumbnails.hmod/uninstall
index 6687483c..65c8c6a9 100644
--- a/user_mods/remove_thumbnails.hmod/uninstall
+++ b/user_mods/remove_thumbnails.hmod/uninstall
@@ -1,7 +1,5 @@
-# All we need is to delete created files, original file is safe and will be used again after reboot
-scnfile=/usr/share/clover-ui/resources/prefab/sys_game_thumbnail.scn
-nesjson=/usr/share/clover-ui/resources/sprites/nes.json
+find $rootfs/usr/share -name "sys_game_thumbnail.scn" -delete
+find $rootfs/usr/share -name "nes.json" -delete
+find $rootfs/usr/share -name "packed.json" -delete
preinitfile=p81a8_hide_thumnbnails
rm -f $preinitpath/$preinitfile
-rm -f $rootfs$scnfile
-rm -f $rootfs$nesjson