X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=debian%2Fpostinst;h=0b7518bc6db9853db80bc0a6becb7347d3b1edf1;hb=HEAD;hp=cb8cb1b140fe03af9751336478b09fdaf3ef80ba;hpb=9ebfa30b056df56376cb0302a28a190e0aaed765;p=dak.git diff --git a/debian/postinst b/debian/postinst deleted file mode 100644 index cb8cb1b1..00000000 --- a/debian/postinst +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -set -e - -if [ "$1" = "configure" ]; then - if [ -d /usr/doc -a ! -e /usr/doc/katie \ - -a -d /usr/share/doc/katie ]; then - ln -sf ../share/doc/katie /usr/doc/katie - fi -fi