wok view aufs-module/receipt @ rev 1895

tazndis: fix DPENDS
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sat Dec 20 00:02:23 2008 +0100 (2008-12-20)
parents e50c7e65f610
children f8b7522f8eb2
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@ads-lu.com"
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 }