summarylogtreecommitdiffstats
path: root/git-credential-manager-core.install
blob: 96386db597f24ae5b952703dd771eb870e902ede (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## arg 1:  the new package version
post_install() {
    echo "Remember to execute:"
    echo
    echo "  git-credential-manager-core configure"
    echo
    echo "In order to use Git-Credential-Manager-Core."
    echo
    echo "Additionally, follow the guide here:"
    echo
    echo "  https://aka.ms/gcmcore-linuxcredstores"
    echo
}

post_remove() {
    echo "Control your 'git config' and remove all the informations related to Git-Credential-Manager-Core"
}