diff options
author | Joerg Schirottke <master@kanotix.com> | 2014-07-31 21:53:09 +0200 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2014-07-31 22:00:44 +0200 |
commit | 9141bb9d25a6e4512f7ee5754683e396c1103a20 (patch) | |
tree | f64b3d8120295cb97831a8662adbfa348ea00a82 /config/chroot_local-hooks | |
parent | 733ef34566c4b0f262ff93fe93164ebeed712f1f (diff) | |
download | kanotix-9141bb9d25a6e4512f7ee5754683e396c1103a20.zip kanotix-9141bb9d25a6e4512f7ee5754683e396c1103a20.tar.gz |
Revert "libreoffice hotfix"
This reverts commit 94eb5f01a43e04f553a51c6a379cfa31a42db15f.
Diffstat (limited to 'config/chroot_local-hooks')
-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/ |