summarylogtreecommitdiffstats
path: root/snapd.install
blob: cd80f1da7dc65b111c44e597ec25adaeca9194cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## arg 1:  the new package version
post_install() {
  echo
  echo 'To use snapd start/enable the snapd.socket'
  echo
  echo 'If you want your apps to be automatically updated'
  echo 'from the store start/enable the snapd.refresh.timer'
  echo
  echo 'NOTE: Desktop entries show up after logging in again'
  echo ' or rebooting after snapd installation'
  echo
  echo 'For more informations, see https://wiki.archlinux.org/index.php/Snapd'
}

# vim:set ts=2 sw=2 et: