summarylogtreecommitdiffstats
path: root/gtk3-nocsd-git.install
diff options
context:
space:
mode:
authorSefa Eyeoglu2018-10-25 14:08:45 +0200
committerSefa Eyeoglu2018-10-25 14:12:52 +0200
commitf599b9e5e4fec2abdc7f02ccc7d8afa3dde3aada (patch)
tree4b1c2aed03ba299b3c3c850c1e61777250920f9d /gtk3-nocsd-git.install
parent4cc476764c52b7bc1bab029dbc4a5928dfd6d727 (diff)
downloadaur-f599b9e5e4fec2abdc7f02ccc7d8afa3dde3aada.tar.gz
Change Maintainer; Improve PKGBUILD quality; Add install file
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
Diffstat (limited to 'gtk3-nocsd-git.install')
-rw-r--r--gtk3-nocsd-git.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/gtk3-nocsd-git.install b/gtk3-nocsd-git.install
new file mode 100644
index 000000000000..f354edb0ce3f
--- /dev/null
+++ b/gtk3-nocsd-git.install
@@ -0,0 +1,7 @@
+function post_install {
+ echo "You need to restart your X session to apply the changes."
+}
+
+function post_upgrade {
+ post_install
+}