diff options
-rwxr-xr-x | config/chroot_local-hooks/fix-libreoffice | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/config/chroot_local-hooks/fix-libreoffice b/config/chroot_local-hooks/fix-libreoffice deleted file mode 100755 index 3897199..0000000 --- a/config/chroot_local-hooks/fix-libreoffice +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash -# fix permissions of libreoffice because of packaging error -[ -d /opt/libreoffice4.1 ] || exit 0 -chown 0:0 -R /opt/libreoffice4.1/ |