wok view aufs-module/receipt @ rev 3996

h8300-gcc: fix FSH (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Aug 30 16:04:45 2009 +0200 (2009-08-30)
parents f8b7522f8eb2
children
line source
1 # SliTaz package receipt.
3 PACKAGE="aufs-module"
4 VERSION="20081206"
5 CATEGORY="base-system"
6 SHORT_DESC="Stackable unification FileSystem Linux kernel module."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 DEPENDS="linux"
9 WEB_SITE="http://aufs.sourceforge.net/"
10 WANTED="aufs"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 cp -a $_pkg/lib $fs
16 }
18 # Post install/remove commands for Tazpkg.
19 post_install()
20 {
21 chroot "$1/" depmod -a ${EXTRAVERSION#_}-slitaz
22 }
24 post_remove()
25 {
26 depmod -a
27 }