summarylogtreecommitdiffstats
path: root/khal.install
diff options
context:
space:
mode:
Diffstat (limited to 'khal.install')
-rw-r--r--khal.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/khal.install b/khal.install
index 6aac984fb31e..7ece7aaffffb 100644
--- a/khal.install
+++ b/khal.install
@@ -1,6 +1,6 @@
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 'A sample and self explanatory configuration file has been put in /usr/share/doc/khal/examples/khal.conf.'
echo 'Copy it in ~/.config/khal/khal.conf and edit it as needed.'
}
@@ -8,4 +8,4 @@ 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.'
-} \ No newline at end of file
+}