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
path: root/mods
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-03-29 17:31:00 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-03-29 17:31:00 +0300
commit9c2e7e4f3759f1474a5906f55b56810cf9d55ebf (patch)
tree3008ff731f1e11f4d15c66a5e8269cf45b0640e2 /mods
parent84908ab28df17928c23e13f4b979780898eac10d (diff)
Possible memory leak fix
Diffstat (limited to 'mods')
-rw-r--r--mods/mod_hakchi/hakchi/rootfs/bin/chmenu1
-rw-r--r--mods/mod_hakchi/hakchi/script/install1
2 files changed, 1 insertions, 1 deletions
diff --git a/mods/mod_hakchi/hakchi/rootfs/bin/chmenu b/mods/mod_hakchi/hakchi/rootfs/bin/chmenu
index b5d76c6a..dfff917b 100644
--- a/mods/mod_hakchi/hakchi/rootfs/bin/chmenu
+++ b/mods/mod_hakchi/hakchi/rootfs/bin/chmenu
@@ -31,6 +31,7 @@ fi
pkill -KILL clover-mcp
pkill -KILL ReedPlayer-Clover
+rm -rf /var/cache/clover
overmount_games
diff --git a/mods/mod_hakchi/hakchi/script/install b/mods/mod_hakchi/hakchi/script/install
index 4ea23139..70bfac70 100644
--- a/mods/mod_hakchi/hakchi/script/install
+++ b/mods/mod_hakchi/hakchi/script/install
@@ -14,7 +14,6 @@ mod_repair(){
copy "$modpath/rootfs/" "$rootfs/"
copy "/bin/" "$rootfs/bin/"
copy "/sbin/cryptsetup" "$rootfs/bin/cryptsetup"
- copy "$modpath/script/" "$installpath/script/"
}
mod_install(){