wok-6.x diff get-pcem-roms/receipt @ rev 24949
updated nagios-nsca (2.9.2 -> 2.10.1)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Apr 22 17:54:28 2022 +0100 (2022-04-22) |
parents | 10c5947d7b5c |
children |
line diff
1.1 --- a/get-pcem-roms/receipt Sat Oct 05 16:15:48 2019 +0200 1.2 +++ b/get-pcem-roms/receipt Fri Apr 22 17:54:28 2022 +0100 1.3 @@ -1,12 +1,13 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="get-pcem-roms" 1.7 -VERSION="1.0" 1.8 +VERSION="2.0" 1.9 CATEGORY="misc" 1.10 SHORT_DESC="A collection of requiered ROMs files for PCem emulator" 1.11 MAINTAINER="devel@slitaz.org" 1.12 LICENSE="unknown" 1.13 WEB_SITE="https://github.com/BaRRaKudaRain/PCem-ROMs" 1.14 +SUGGESTED="pcem" 1.15 1.16 # Rules to gen a SliTaz package suitable for Tazpkg. 1.17 genpkg_rules() 1.18 @@ -14,3 +15,9 @@ 1.19 mkdir -p $fs/usr/bin 1.20 cp $stuff/get-pcem-roms $fs/usr/bin 1.21 } 1.22 + 1.23 +# Pre and post install commands for Tazpkg. 1.24 +post_install() 1.25 +{ 1.26 + chroot "$1/" /usr/bin/get-pcem-roms 1.27 +}