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:
parent
e5ed7f6ce3
commit
607c5a497a
|
@ -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
|
Loading…
Reference in New Issue