This commit is contained in:
Eyal Posener 2017-05-06 19:11:16 +03:00
parent 07b98cb912
commit 60345dc6db
3 changed files with 5 additions and 6 deletions

View File

@ -5,10 +5,10 @@ import (
"errors"
"fmt"
"io"
"io/ioutil"
"os"
"os/user"
"path/filepath"
"io/ioutil"
)
type home struct{}

View File

@ -27,4 +27,3 @@ func (root) Uninstall(cmd string, bin string) error {
func getBashCompletionDLink(cmd string) string {
return "/etc/bash_completion.d/" + cmd
}