diff options
Diffstat (limited to 'src/install.sh')
-rw-r--r-- | src/install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/install.sh b/src/install.sh index ef63f6e..38c1101 100644 --- a/src/install.sh +++ b/src/install.sh @@ -351,6 +351,7 @@ install_system() fi rm -f -- "${root}/prokit/installing" + rmdir -- "${root}/prokit" return 0 } |