Comment 9 for bug 1800328

Revision history for this message
tomdean (tomdean) wrote : Re: [Bug 1800328] Re: HP Office Jet Cups reports Filter Failed. Works OK with 16.04

On 10/30/18 5:25 AM, Marc Deslauriers wrote:
> In Xenial, /usr/share/ghostscript/9.5/iccprofiles was a directory.
> In Bionic, it is a symlink to /usr/share/color/icc/ghostscript.
>
> The Bionic package needs to use dpkg-maintscript-helper to ensure the
> transition is done properly.
>
> I will prepare a fix for this.
>

$ cat /etc/os-release
NAME="Ubuntu"
VERSION="18.04.1 LTS (Bionic Beaver)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 18.04.1 LTS"
VERSION_ID="18.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=bionic
UBUNTU_CODENAME=bionic

$ ls -l /usr/share/ghostscript/
total 8
drwxr-xr-x 4 root root 4096 Oct 28 06:49 9.25
lrwxrwxrwx 1 root root 37 Aug 8 2017 current ->
/etc/alternatives/ghostscript-current
drwxr-xr-x 2 root root 4096 Oct 19 12:44 fonts
$ ls -l /usr/share/ghostscript/current/
total 24
drwxr-xr-x 11 root root 4096 Oct 3 06:14 Resource
lrwxrwxrwx 1 root root 27 Sep 27 04:27 iccprofiles ->
../../color/icc/ghostscript
drwxr-xr-x 2 root root 20480 Oct 28 06:49 lib

Tom Dean