summaryrefslogtreecommitdiff
path: root/community-testing/luakit/luakit.install
blob: 2c37d05971098a18652fc61a9ec9c71521d0f9e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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() {
  update-desktop-database -q
}

post_remove() {
  post_upgrade
}