]> git.deb.at Git - pkg/mmv.git/blobdiff - debian/postinst
Imported Debian patch 1.01b-12.3
[pkg/mmv.git] / debian / postinst
diff --git a/debian/postinst b/debian/postinst
deleted file mode 100644 (file)
index cb38ac8..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-set -e
-
-if [ "$1" = "configure" ]; then
-  if [ -d /usr/doc -a ! -e /usr/doc/mmv -a -d /usr/share/doc/mmv ]; then
-    ln -sf ../share/doc/mmv /usr/doc/mmv
-  fi
-fi