summarylogtreecommitdiffstats
path: root/gnome-shell-extension-asusctl-gnome.install
blob: 03c7a191cecdcfb035b2ce881e6951ed2405f41a (plain)
1
2
3
4
5
6
7
post_install() {
  printf ":: gnome-shell-extension-asusctl-gnome requires a gnome-shell restart to make it work.\n"
}

post_upgrade() {
  post_install
}