Removing okular-nodrm.chroot example hook, would need update for recent kde4 versions and I don't care about that.

This commit is contained in:
Daniel Baumann 2012-07-19 03:24:55 +02:00
parent e5ed7f6ce3
commit 607c5a497a
1 changed files with 0 additions and 18 deletions

View File

@ -1,18 +0,0 @@
#!/bin/sh
# This is a hook for live-build(7) to configure KDE's PDF viewer to ignore
# manipulation restriction on "DRM protect" PDF documents.
#
# To enable it, copy or symlink this hook into your config/chroot_local-hooks
# directory.
if [ -d /usr/share/kde4/config ]
then
# KDE4 (squeeze/sid)
cat > /usr/share/kde4/config/okularpartrc << EOF
[General]
ObeyDRM=false
EOF
fi