summarylogtreecommitdiffstats
path: root/notice.install
blob: bac60d6e7b45bcfd21c0a1bc92cb20e9301a3708 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
post_install() {
  instruct
  echo "and enable the extension with gnome-tweak-tool."
}

post_upgrade() {
  instruct
  echo "for the changes to have an effect."
}

instruct() {
  echo "Don't forget to restart GNOME Shell ([Alt]+[F2], r)"
}

# vim: ts=2 sw=2 et: