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

This commit is contained in:
Daniel Baumann 2009-06-02 15:33:28 +02:00
parent 0fef6abce8
commit 7393c4508d
1 changed files with 12 additions and 0 deletions

12
examples/hooks/kpdf-nodrm.sh Executable file
View File

@ -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