[Debian-in-commits] [SCM] fonts-nakula.git branch, master, updated. upstream/1.0-15-g1fad706
Vasudev Kamath
kamathvasudev at gmail.com
Sun Jun 2 16:52:50 UTC 2013
The following commit has been merged in the master branch:
commit 63f4a215af20233e15f0947bad528e3d4ce9012a
Author: Vasudev Kamath <kamathvasudev at gmail.com>
Date: Sun Jun 2 21:09:47 2013 +0530
Preinst is not required the change should be handled by dpkg automatically
diff --git a/debian/preinst b/debian/preinst
deleted file mode 100644
index 1fe4403..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-nakula/ ]; then
- rm -rf /usr/share/fonts/truetype/fonts-nakula/
- 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-nakula.git
More information about the Debian-in-commits
mailing list