summaryrefslogtreecommitdiff
path: root/community/luakit/luakit.install
blob: c80d7609f8184c59425e93a1a70a13b16fca7dad (plain)
1
2
3
4
5
6
7
8
9
10
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'
}
 
post_upgrade() {
  post_install ${1}
}