summaryrefslogtreecommitdiffstats
path: root/packaging/default_files/postinst
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/default_files/postinst')
-rwxr-xr-xpackaging/default_files/postinst9
1 files changed, 0 insertions, 9 deletions
diff --git a/packaging/default_files/postinst b/packaging/default_files/postinst
deleted file mode 100755
index daa52770..00000000
--- a/packaging/default_files/postinst
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-set -e
-#
-if [ "$1" = "configure" ]; then
- if [ -d /usr/doc -a ! -e /usr/doc/dxs -a -d /usr/share/doc/dxs ]; then
- ln -sf ../share/doc/dxs /usr/doc/dxs
- fi
-fi
-#