summarylogtreecommitdiffstats
path: root/tiling-assistant.install
blob: bf5b14142f1935ef3afcf9c1de71fcc4695a2ac7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
post_install() {
  echo ""
  echo -------------------------------------------------------------------
  echo Disable the extension before removal to restore default edge tiling
  echo -------------------------------------------------------------------
  echo
}

post_remove() {
  echo ""
  echo ---------------------------------------------------------
  echo Logout / login to finish the uninstallation process
  echo ""
  echo If you didn\'t disable the extension before removal, run
  echo "'gsettings set org.gnome.mutter edge-tiling true ; \\"
  echo gsettings set org.gnome.shell.overrides edge-tiling true\'
  echo to re-enable GNOME\'s native edge tiling
  echo ---------------------------------------------------------
  echo
}