summarylogtreecommitdiffstats
path: root/gtk3-nocsd.install
blob: 604ac622dd4b498da6fdcc7a57c9dc8f56d20bdc (plain)
1
2
3
4
5
6
7
8
function post_install {
  echo "You need to restart your X session to apply the changes."
  echo "Note that in gnome sessions, or when the files in '/etc/X11/xinit/xinitrc.d/' do not get executed, this package is no automatically activated and must be used per application by '/usr/bin/gtk3-nocsd'."
}

function post_upgrade {
  post_install
}