summaryrefslogtreecommitdiffstats
path: root/source.local/x/x11/post-install/beforelight.post-install
diff options
context:
space:
mode:
Diffstat (limited to 'source.local/x/x11/post-install/beforelight.post-install')
-rw-r--r--source.local/x/x11/post-install/beforelight.post-install7
1 files changed, 7 insertions, 0 deletions
diff --git a/source.local/x/x11/post-install/beforelight.post-install b/source.local/x/x11/post-install/beforelight.post-install
new file mode 100644
index 0000000..9b39d02
--- /dev/null
+++ b/source.local/x/x11/post-install/beforelight.post-install
@@ -0,0 +1,7 @@
+# DESTDIR is seriously broken on this one, but since nobody
+# knows what it's for that's probably why it isn't noticed.
+if [ -d $PKG/tmp/x11-build/package-beforelight/etc/X11/app-defaults ]; then
+ mkdir -p $PKG/etc/X11/app-defaults
+ mv $PKG/tmp/x11-build/package-beforelight/etc/X11/app-defaults/Beforelight $PKG/etc/X11/app-defaults
+ rm -rf $PKG/tmp
+fi