~ubuntu-branches/ubuntu/karmic/fnfx/karmic

« back to all changes in this revision

Viewing changes to debian/fnfxd.postinst

  • Committer: Bazaar Package Importer
  • Author(s): Nathan Handler
  • Date: 2008-08-11 08:55:56 UTC
  • mfrom: (1.1.3 lenny)
  • Revision ID: james.westby@ubuntu.com-20080811085556-gb76h6v704pnvmu1
Tags: 0.3-13ubuntu1
* Merge from debian unstable, remaining changes (LP: #256964):
  - Add call to autoreconf in rules
  - etc/fnfxd.conf: Changed Hoary to Ubuntu in options that are 
    commented out.
  - Add libtool to Build-Depends
  - Add autoconf and automake1.9 to the Build-Depends.
  - Stop setting fnkey_descr in src/fnfxd_newacpi.c, s_acpi_cfg doesn't define
    that member.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/bash
 
2
#DEBHELPER#
2
3
if [ -x "/etc/init.d/fnfxd" ]; then
3
4
        update-rc.d fnfxd defaults >/dev/null
4
5
        if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then