diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-02-05 19:34:33 +0000 |
---|---|---|
committer | Mihai Moldovan <ionic@ionic.de> | 2017-03-01 15:19:17 +0100 |
commit | 7866430eda6a1158f79487bb9d4b8cc222812e91 (patch) | |
tree | ffdfc1e4e45464cf6f8ad934ee64451f79012654 | |
parent | 6537f7eceabece2ceb11872644254c22f87a46da (diff) | |
download | nx-libs-7866430eda6a1158f79487bb9d4b8cc222812e91.tar.gz nx-libs-7866430eda6a1158f79487bb9d4b8cc222812e91.tar.bz2 nx-libs-7866430eda6a1158f79487bb9d4b8cc222812e91.zip |
debian/nx-x11-common.{links,dirs}: Make sure /usr/share/fonts/X11 are reachable for nxagent (via placing a symlink to /usr/share/nx/fonts).
-rw-r--r-- | debian/nx-x11-common.dirs | 2 | ||||
-rw-r--r-- | debian/nx-x11-common.links | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/nx-x11-common.dirs b/debian/nx-x11-common.dirs new file mode 100644 index 000000000..07c657e09 --- /dev/null +++ b/debian/nx-x11-common.dirs @@ -0,0 +1,2 @@ +# we symlink to this dir, so make sure it exists +usr/share/fonts/X11
\ No newline at end of file diff --git a/debian/nx-x11-common.links b/debian/nx-x11-common.links new file mode 100644 index 000000000..1c181aa84 --- /dev/null +++ b/debian/nx-x11-common.links @@ -0,0 +1 @@ +usr/share/fonts/X11 usr/share/nx/fonts
\ No newline at end of file |