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

uninstall « remove_thumbnails.hmod « user_mods - github.com/ClusterM/hakchi2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5cb43d4c919f93ed57d20dc77e8c93800671ec0e (plain)
1
2
3
4
5
6
7
# 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
preinitfile=p81a8_hide_thumnbnails
rm -f $preinitfile
rm -f $rootfs$scnfile
rm -f $rootfs$nesjson