diff options
Diffstat (limited to 'abs/extra/git/git.install')
-rw-r--r-- | abs/extra/git/git.install | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/abs/extra/git/git.install b/abs/extra/git/git.install index 24bc5d7..453050d 100644 --- a/abs/extra/git/git.install +++ b/abs/extra/git/git.install @@ -5,13 +5,6 @@ post_install() { if ! grep -qe '^/usr/bin/git-shell$' etc/shells; then echo '/usr/bin/git-shell' >> etc/shells fi - - # make sure the user exists... - systemd-sysusers git.conf - - # ... and change the shell. This is done only once in post-install - # function, so an administrative change is persistent. - chsh --shell /usr/bin/git-shell git > /dev/null } # do not modify user settings (shell) in post-upgrade function! |