summarylogtreecommitdiffstats
path: root/gtk3-nocsd.install
diff options
context:
space:
mode:
Diffstat (limited to 'gtk3-nocsd.install')
-rw-r--r--gtk3-nocsd.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/gtk3-nocsd.install b/gtk3-nocsd.install
new file mode 100644
index 000000000000..604ac622dd4b
--- /dev/null
+++ b/gtk3-nocsd.install
@@ -0,0 +1,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
+}