summarylogtreecommitdiffstats
path: root/gtk3-nocsd.install
diff options
context:
space:
mode:
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}"'
-}