summarylogtreecommitdiffstats
path: root/gngeo-git.install
blob: b1817a4c694dce288ab7ac7073dd539468ddb50e (plain)
1
2
3
4
5
6
7
8
9

post_install() {
  echo "See /usr/share/gngeo/sample_gngeorc for a sample configuration file" \
       "and save your config to ~/.gngeo/gngeorc file."
}

post_upgrade() {
  post_install
}