~ubuntu-branches/ubuntu/utopic/goby/utopic

« back to all changes in this revision

Viewing changes to debian/postinst

  • Committer: Package Import Robot
  • Author(s): Tatsuya Kinoshita
  • Date: 2013-12-15 22:11:28 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20131215221128-xcnf3z7am5bsloi4
Tags: 1.1+0.20131109-1
* Imported Upstream version 1.1+0.20131109
* New patch 900_changelog.patch to genarate ChangeLog
* Workaround for emacsen-common <2 and debhelper <9.20131104
* Use fonts-* instead of ttf-*
* Add Vcs-Git and Vcs-Browser
* Update debian/copyright
* Update Standards-Version to 3.9.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
set -e
 
3
# Workaround to compatible with emacsen-common <2.0.0
 
4
if [ ! -e /var/lib/emacsen-common/state/package/installed/emacsen-common ]; then
 
5
    if [ "$1" = "configure" ] && [ -x /usr/lib/emacsen-common/emacs-package-install ]; then
 
6
        /usr/lib/emacsen-common/emacs-package-install goby
 
7
    fi
 
8
else
 
9
#DEBHELPER#
 
10
fi