summaryrefslogtreecommitdiffstats
path: root/abs/extra/git/git.install
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2020-11-15 20:10:09 (GMT)
committerBritney Fransen <brfransen@gmail.com>2020-11-15 20:10:09 (GMT)
commitac10c6a6816b0746d18122a070f6a9c2641443ba (patch)
tree0210552f28b6874226da562970663cff4d0aa95a /abs/extra/git/git.install
parentd69e3fc7066f9cbe9845472ba2e3410171914b3e (diff)
downloadlinhes_pkgbuild-ac10c6a6816b0746d18122a070f6a9c2641443ba.zip
linhes_pkgbuild-ac10c6a6816b0746d18122a070f6a9c2641443ba.tar.gz
linhes_pkgbuild-ac10c6a6816b0746d18122a070f6a9c2641443ba.tar.bz2
git: 2.29.2
Diffstat (limited to 'abs/extra/git/git.install')
-rw-r--r--abs/extra/git/git.install7
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!