Package: fuse-source
Version: 2.2-2
Severity: wishlist
Tags: patch

Hello,

the modules packages may run depmod -a (or -A but -a is more reliable)
after the installation. You can do this with something like this...

cat debian/dev/shfs/debian/shfs-module-_KVERS_.postinst.modules.in 
#!/bin/sh
set -e

if [ "`uname -r`" = _KVERS_ ] ; then
   depmod -a &
fi

#DEBHELPER#


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.11-rc5
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages fuse-source depends on:
ii  bzip2                         1.0.2-5    high-quality block-sorting file co
ii  gcc [c-compiler]              4:3.3.5-1  The GNU C compiler
ii  gcc-3.3 [c-compiler]          1:3.3.5-10 The GNU C compiler
ii  gcc-3.4 [c-compiler]          3.4.3-11   The GNU C compiler
ii  make                          3.80-9     The GNU version of the "make" util

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to