Skip to content
Snippets Groups Projects
Verified Commit 53ca6059 authored by Julian Ospald's avatar Julian Ospald :tea:
Browse files

Fix nuclear order

parent 2d2894b0
No related branches found
No related tags found
No related merge requests found
Pipeline #38845 passed
...@@ -1542,8 +1542,11 @@ rmGhcupDirs = do ...@@ -1542,8 +1542,11 @@ rmGhcupDirs = do
handleRm $ rmEnvFile envFilePath handleRm $ rmEnvFile envFilePath
handleRm $ rmConfFile confFilePath handleRm $ rmConfFile confFilePath
handleRm $ rmDir cacheDir
-- for xdg dirs, the order matters here
handleRm $ rmDir logsDir handleRm $ rmDir logsDir
handleRm $ rmDir cacheDir
handleRm $ rmBinDir binDir handleRm $ rmBinDir binDir
handleRm $ rmDir recycleDir handleRm $ rmDir recycleDir
#if defined(IS_WINDOWS) #if defined(IS_WINDOWS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment