wok-4.x diff aufs-module/receipt @ rev 3113
Fluxbox: add entry into Slim sessions
author | Mallory MOLLO <mallory@skyrock.com> |
---|---|
date | Mon May 18 20:44:43 2009 +0200 (2009-05-18) |
parents | f8b7522f8eb2 |
children |
line diff
1.1 --- a/aufs-module/receipt Sat Jan 17 12:17:16 2009 +0100 1.2 +++ b/aufs-module/receipt Mon May 18 20:44:43 2009 +0200 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="base-system" 1.5 SHORT_DESC="Stackable unification FileSystem Linux kernel module." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +DEPENDS="linux" 1.8 WEB_SITE="http://aufs.sourceforge.net/" 1.9 WANTED="aufs" 1.10 1.11 @@ -17,7 +18,7 @@ 1.12 # Post install/remove commands for Tazpkg. 1.13 post_install() 1.14 { 1.15 - depmod -a -b "$1/" 1.16 + chroot "$1/" depmod -a ${EXTRAVERSION#_}-slitaz 1.17 } 1.18 1.19 post_remove()