From 34b339c5913a55cb5bac8a502696fcd3f54aac0f Mon Sep 17 00:00:00 2001 From: root Date: Wed, 20 Jul 2011 23:12:48 +0000 Subject: Wed Jul 20 23:12:48 UTC 2011 --- testing/archboot/archboot.install | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 testing/archboot/archboot.install (limited to 'testing/archboot/archboot.install') diff --git a/testing/archboot/archboot.install b/testing/archboot/archboot.install new file mode 100644 index 000000000..315f97d7e --- /dev/null +++ b/testing/archboot/archboot.install @@ -0,0 +1,20 @@ +# This is a default template for a post-install scriptlet. You can +# remove any functions you don't need (and this header). + +# arg 1: the new package version +post_install() { + cat << EOF +ARCHBOOT usage: +--------------- +--> Main config files were installed to '/etc/archboot/'. + Preset files were installed to '/etc/archboot/presets'. + Modify them to your needs. +--> Use the preset files as config file of your build tool: + mkisolinux, mksyslinux or mkpxelinux +--> For Allinone ISOs use archboot-allinone.sh +EOF +} + +post_upgrade() { + post_install $1 +} -- cgit v1.2.3-54-g00ecf