[SCM] Debian Live build scripts branch, master, updated. 1.0.3-2-60-g7138682

Daniel Baumann daniel at debian.org
Tue Jun 2 13:41:55 UTC 2009


The following commit has been merged in the master branch:
commit 7138682e403405181d33b998bd5f327525957ec5
Author: Daniel Baumann <daniel at debian.org>
Date:   Tue Jun 2 15:33:28 2009 +0200

    Adding kpdf-nodrm example hook from Tzafrir Cohen <tzafrir.cohen at xorcom.com>.

diff --git a/examples/hooks/kpdf-nodrm.sh b/examples/hooks/kpdf-nodrm.sh
new file mode 100755
index 0000000..02939b0
--- /dev/null
+++ b/examples/hooks/kpdf-nodrm.sh
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+# This is a hook for live-helper(7) to configure kpdf to ignore manipulation
+# restrcition on "DRM protect" PDF documents.
+#
+# To enable it, copy or symlink this hook into your config/chroot_local-hooks
+# directory.
+
+cat > /etc/kde3/kpdfpartrc << EOF
+[General]
+ObeyDRM=false
+EOF

-- 
Debian Live build scripts



More information about the debian-live-changes mailing list