summarylogtreecommitdiffstats
path: root/gtk3-nocsd.install
diff options
context:
space:
mode:
authorMarco Kundt2016-06-03 07:32:48 +0200
committerMarco Kundt2016-06-03 07:32:48 +0200
commit2540b37b838f3ff2c1a64b6ce62f5d3440cfd49a (patch)
tree9ab39361456a71b768517d26af652da8236043a0 /gtk3-nocsd.install
parent8af4a27f8ac76fc54f250da460beb3b3fcf4eb78 (diff)
downloadaur-2540b37b838f3ff2c1a64b6ce62f5d3440cfd49a.tar.gz
added a script which handles the sessions correctly
Diffstat (limited to 'gtk3-nocsd.install')
-rw-r--r--gtk3-nocsd.install5
1 files changed, 0 insertions, 5 deletions
diff --git a/gtk3-nocsd.install b/gtk3-nocsd.install
deleted file mode 100644
index ca8b3790bb97..000000000000
--- a/gtk3-nocsd.install
+++ /dev/null
@@ -1,5 +0,0 @@
-post_install() {
- echo "Note: To get gtk3-nocsd runnig you need to add this to your ~/.bashrc"
- echo "export GTK_CSD=0"
- echo 'export LD_PRELOAD="/usr/lib/libgtk3-nocsd.so.0:${LD_PRELOAD}"'
-}