wok view aufs-module/receipt @ rev 2046

aufs* + kqemu: fix maintainer (for stats)
author Christophe Lincoln <pankso@slitaz.org>
date Sat Jan 17 12:17:16 2009 +0100 (2009-01-17)
parents dad369eb3126
children f306d126580e
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 WEB_SITE="http://aufs.sourceforge.net/"
9 WANTED="aufs"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 cp -a $_pkg/lib $fs
15 }
17 # Post install/remove commands for Tazpkg.
18 post_install()
19 {
20 depmod -a -b "$1/"
21 }
23 post_remove()
24 {
25 depmod -a
26 }