summarylogtreecommitdiffstats
path: root/khal.install
blob: 6aac984fb31e1fb60d46111c6e1528424ed59d36 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
  echo 'Do not forget to configure your vdirsyncer installation.'
  echo 'A sample and self explanatory configuration file has been put in /etc/skel/khal.conf.'
  echo 'Copy it in ~/.config/khal/khal.conf and edit it as needed.'
}

post_upgrade() {
  echo 'The configuration file has changed.'
  echo 'Please compare your own version in ~/.config/khal/khal.conf with the new one put in /usr/share/doc/khal/examples/khal.conf.'
  echo 'You may also need to delete your sqlite file (in ~/.config/khal/khal.db) to take into account any changes, which might have occured in the database schema.'
}