[SCM] live-build branch, debian-next, updated. debian/3.0_a52-1-10-g6233f1c
Daniel Baumann
daniel at debian.org
Thu Jul 19 01:24:51 UTC 2012
The following commit has been merged in the debian-next branch:
commit 5a6b134a08f377867c5ecde6c84d8f0d71d94452
Author: Daniel Baumann <daniel at debian.org>
Date: Thu Jul 19 03:24:55 2012 +0200
Removing okular-nodrm.chroot example hook, would need update for recent kde4 versions and I don't care about that.
diff --git a/examples/hooks/okular-nodrm.chroot b/examples/hooks/okular-nodrm.chroot
deleted file mode 100755
index 96ce094..0000000
--- a/examples/hooks/okular-nodrm.chroot
+++ /dev/null
@@ -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
--
live-build
More information about the debian-live-changes
mailing list