diff options
Diffstat (limited to 'source/x/x11/post-install/beforelight.post-install')
-rw-r--r-- | source/x/x11/post-install/beforelight.post-install | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/source/x/x11/post-install/beforelight.post-install b/source/x/x11/post-install/beforelight.post-install new file mode 100644 index 00000000..9b39d02e --- /dev/null +++ b/source/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 |