wok view aufs-module/receipt @ rev 2713

Up ffmpeg-dev (18664)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Apr 23 09:39:12 2009 +0200 (2009-04-23)
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 }