summarylogtreecommitdiffstats
path: root/gnome-shell-extension-persian-calendar.install
blob: 3e5863ead2e60c15f8dc676eaeaa5cdd62778661 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
  echo ''
  echo '==> To enable Persian Calendar extension:'
  echo '==> Reload Gnome Shell with Alt-F2 r (on Xorg), logout -> login (wayland)'
  echo '==> Enable it with the extensions tool'
  echo '==> or run "gnome-extensions enable PersianCalendar@oxygenws.com"'
  echo ''
}

post_upgrade() {
	post_install
}