[med-svn] r7445 - trunk/packages/circos/trunk/debian

Charles Plessy plessy at alioth.debian.org
Sat Aug 13 23:51:07 UTC 2011


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#
-




More information about the debian-med-commit mailing list