summaryrefslogtreecommitdiff
path: root/examples/hooks/kpdf-nodrm.sh
blob: 02939b0a0b34c2d0a9781ab5a5c4b371e3a2290a (plain)
1
2
3
4
5
6
7
8
9
10
11
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