この部分はLinuxとIllumosだけで必要
このコミットが含まれているのは:
コミット
356ef1ff4b
@ -117,7 +117,9 @@ void delete_cache() {
|
|||||||
|
|
||||||
if (stat("/tmp/farfetch/os", &st) == 0) remove("/tmp/farfetch/os");
|
if (stat("/tmp/farfetch/os", &st) == 0) remove("/tmp/farfetch/os");
|
||||||
if (stat("/tmp/farfetch/host", &st) == 0) remove("/tmp/farfetch/host");
|
if (stat("/tmp/farfetch/host", &st) == 0) remove("/tmp/farfetch/host");
|
||||||
|
#if defined(__linux__) || defined(__sunos)
|
||||||
if (stat("/tmp/farfetch/distro", &st) == 0) remove("/tmp/farfetch/distro");
|
if (stat("/tmp/farfetch/distro", &st) == 0) remove("/tmp/farfetch/distro");
|
||||||
|
#endif
|
||||||
if (stat("/tmp/farfetch/cpu", &st) == 0) remove("/tmp/farfetch/cpu");
|
if (stat("/tmp/farfetch/cpu", &st) == 0) remove("/tmp/farfetch/cpu");
|
||||||
if (stat("/tmp/farfetch/gpu", &st) == 0) remove("/tmp/farfetch/gpu");
|
if (stat("/tmp/farfetch/gpu", &st) == 0) remove("/tmp/farfetch/gpu");
|
||||||
}
|
}
|
||||||
|
読み込み中…
新しいイシューから参照
ユーザーをブロックする