diff options
author | anonym <anonym@riseup.net> | 2016-02-23 17:24:39 +0100 |
---|---|---|
committer | anonym <anonym@riseup.net> | 2016-02-23 17:31:28 +0100 |
commit | 87a001455df81c5bc6947d26566924b10f1fabf8 (patch) | |
tree | e7c07ba803e42c826825ac1e19186602972d4138 /config/chroot_local-hooks/59-libdvd-pkg | |
parent | 4133e371731a7032ae70d5f8a61cd7f42ad0328e (diff) |
Remove dangling symlink left by the libdvd-pkg package.
Diffstat (limited to 'config/chroot_local-hooks/59-libdvd-pkg')
-rwxr-xr-x | config/chroot_local-hooks/59-libdvd-pkg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/chroot_local-hooks/59-libdvd-pkg b/config/chroot_local-hooks/59-libdvd-pkg index 716364a..8310af0 100755 --- a/config/chroot_local-hooks/59-libdvd-pkg +++ b/config/chroot_local-hooks/59-libdvd-pkg @@ -37,3 +37,8 @@ EOF dpkg -i "libdvd-pkg_${LIBDVD_PKG_VERSION}_all.deb" ) rm -R "${tmp}" + +# Remove dangling symlink -- note that we absolutely do not want the +# functionality (automatic checks and upgrades for new css sources) +# that the removed script provides. +rm -f /etc/apt/apt.conf.d/88libdvdcss-pkg |