clean up
This commit is contained in:
parent
66f4191c5f
commit
44d20eb983
10 changed files with 319 additions and 72 deletions
|
@ -287,8 +287,8 @@ func copyFile(src, dst string) error {
|
|||
return os.Chmod(dst, info.Mode())
|
||||
}
|
||||
|
||||
// FinalizeInstall finalizes the installation by updating installed.ini.
|
||||
func FinalizeInstall(packageName, release, version, arch, osName string) error {
|
||||
// finalizeInstall finalizes the installation by updating installed.ini.
|
||||
func finalizeInstall(packageName, release, version, arch, osName string) error {
|
||||
installDir, err := GetInstallDir()
|
||||
if err != nil {
|
||||
return err
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue