]> git.donarmstrong.com Git - lilypond.git/blobdiff - debian/lilypond-doc.postinst
switch from pre/postinst to maintscript
[lilypond.git] / debian / lilypond-doc.postinst
diff --git a/debian/lilypond-doc.postinst b/debian/lilypond-doc.postinst
deleted file mode 100644 (file)
index 1776858..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-set -e
-
-#DEBHELPER#
-
-if dpkg-maintscript-helper supports symlink_to_dir; then
-    dpkg-maintscript-helper symlink_to_dir \
-        /usr/share/info/lilypond /usr/share/doc/lilypond/html/Documentation/user \
-        2.18.2-1~ lilypond-doc -- "$@"
-fi;