[Debian-in-commits] [SCM] fonts-sahadeva.git branch, master, updated. upstream/1.0-17-gb490979

Vasudev Kamath kamathvasudev at gmail.com
Sun Jun 16 07:43:47 UTC 2013


The following commit has been merged in the master branch:
commit 3a84a1420dd3eac6e08bb52367bf17d52d112485
Author: Vasudev Kamath <kamathvasudev at gmail.com>
Date:   Sun Jun 16 12:59:40 2013 +0530

    Removed preinst the folder change should be handled by dpkg itself.

diff --git a/debian/preinst b/debian/preinst
deleted file mode 100644
index bd98fbf..0000000
--- a/debian/preinst
+++ /dev/null
@@ -1,38 +0,0 @@
-#!/bin/sh
-# preinst script for #PACKAGE#
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-#        * <new-preinst> `install'
-#        * <new-preinst> `install' <old-version>
-#        * <new-preinst> `upgrade' <old-version>
-#        * <old-preinst> `abort-upgrade' <new-version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-
-
-case "$1" in
-    install|upgrade)
-        if [ -d /usr/share/fonts/truetype/fonts-sahadeva/ ]; then
-            rm -rf /usr/share/fonts/truetype/fonts-sahadeva/
-        fi
-    ;;
-
-    abort-upgrade)
-    ;;
-
-    *)
-        echo "preinst called with unknown argument \`$1'" >&2
-        exit 1
-    ;;
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#
-
-exit 0

-- 
fonts-sahadeva.git



More information about the Debian-in-commits mailing list