Author: plessy Date: 2011-08-13 23:51:06 +0000 (Sat, 13 Aug 2011) New Revision: 7445
Removed: trunk/packages/circos/trunk/debian/postinst Modified: trunk/packages/circos/trunk/debian/circos.links Log: Create the /usr/share/circos/fonts/modern link with debhelper. Since circos depends on fonts-cmu, the symlink will not be dangling. Modified: trunk/packages/circos/trunk/debian/circos.links =================================================================== --- trunk/packages/circos/trunk/debian/circos.links 2011-08-13 23:46:16 UTC (rev 7444) +++ trunk/packages/circos/trunk/debian/circos.links 2011-08-13 23:51:06 UTC (rev 7445) @@ -1 +1,2 @@ etc/circos usr/share/circos/etc +usr/share/fonts/truetype/cmu usr/share/circos/fonts/modern Deleted: trunk/packages/circos/trunk/debian/postinst =================================================================== --- trunk/packages/circos/trunk/debian/postinst 2011-08-13 23:46:16 UTC (rev 7444) +++ trunk/packages/circos/trunk/debian/postinst 2011-08-13 23:51:06 UTC (rev 7445) @@ -1,23 +0,0 @@ -#!/bin/bash - -set -e - -case "$1" in - configure) - if [ ! -e /usr/share/circos/fonts/modern ] ; then - ln -s /usr/share/fonts/truetype/cmu /usr/share/circos/fonts/modern - fi - ;; - - abort-upgrade|abort-remove|abort-deconfigure) - ;; - - *) - echo "postinst called with unknown argument \`$1'" >&2 - exit 1 - ;; -esac - - -#DEBHELPER# - _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
