From 94eb5f01a43e04f553a51c6a379cfa31a42db15f Mon Sep 17 00:00:00 2001
From: Andreas Loibl <andreas@andreas-loibl.de>
Date: Wed, 28 Aug 2013 22:40:00 +0200
Subject: libreoffice hotfix

---
 config/chroot_local-hooks/fix-libreoffice | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100755 config/chroot_local-hooks/fix-libreoffice

diff --git a/config/chroot_local-hooks/fix-libreoffice b/config/chroot_local-hooks/fix-libreoffice
new file mode 100755
index 0000000..3897199
--- /dev/null
+++ b/config/chroot_local-hooks/fix-libreoffice
@@ -0,0 +1,4 @@
+#!/bin/bash
+# fix permissions of libreoffice because of packaging error
+[ -d /opt/libreoffice4.1 ] || exit 0
+chown 0:0 -R /opt/libreoffice4.1/
-- 
cgit v1.0