aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-02-05 19:34:33 +0000
committerMihai Moldovan <ionic@ionic.de>2017-03-01 15:19:17 +0100
commit7866430eda6a1158f79487bb9d4b8cc222812e91 (patch)
treeffdfc1e4e45464cf6f8ad934ee64451f79012654
parent6537f7eceabece2ceb11872644254c22f87a46da (diff)
downloadnx-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.dirs2
-rw-r--r--debian/nx-x11-common.links1
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