summaryrefslogtreecommitdiff
path: root/community/luakit/luakit.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/luakit/luakit.install')
-rw-r--r--community/luakit/luakit.install8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/luakit/luakit.install b/community/luakit/luakit.install
index 2c37d0597..3010f25a4 100644
--- a/community/luakit/luakit.install
+++ b/community/luakit/luakit.install
@@ -1,8 +1,8 @@
post_install() {
- echo 'Configs are located in /etc/xdg/luakit/*.lua'
- echo 'Copy to ~/.config/luakit/ (this folder is created on 1st start of Luakit) for local config.'
- echo 'Or edit in place for global changes.'
- echo 'You NEED to replace local configs after each update'
+ echo 'Configuration files are located in /etc/xdg/luakit/*.lua'
+ echo 'Copy them to ~/.config/luakit/ (this folder is created on 1st start of Luakit) for local config.'
+ echo 'You can edit them in place for global changes.'
+ echo 'You NEED to replace local configs after each update!'
}
post_upgrade() {