summarylogtreecommitdiffstats
path: root/wootility-appimage.install
blob: 176cdfd00da69288c0fd872668e58920f5e21c1a (plain)
1
2
3
4
5
6
7
8
9
post_install() {
  echo 'NOTE: To turn off the “Would you like to integrate ….AppImage with your system?”'
  echo 'NOTE: notifications on every launch of Wootility, see:'
  echo 'NOTE: https://github.com/AppImage/AppImageSpec/blob/master/draft.md#desktop-integration'
}

post_upgrade() {
  post_install
}