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

post_upgrade() {
  post_install
}