summarylogtreecommitdiffstats
path: root/git-credential-manager-core.install
blob: 969ca62fd5d54de460b882a6f69a117b0937af43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
post_install() {
 echo ""
 echo "Run the folloing to configure the application:"
 echo "git-credential-manager configure"
 echo ""
 echo "And see the following url for backend configuration:"
 echo "https://github.com/git-ecosystem/git-credential-manager/blob/main/docs/credstores.md"
 echo ""
}

post_remove() {
  echo ""
  echo "Remove the credential helper from the git configuration:"
  echo "git-credential-manager unconfigure"
  echo ""
}