diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-02-11 07:29:38 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-02-11 07:29:38 (GMT) |
commit | 09b14aa48e621e4263c095769bbd2697893eef8d (patch) | |
tree | 540e7da12e13804e73bc93641f45fa5e26a35ef4 /abs/core-testing/splashy/splashy.install | |
parent | 31b573e6bbe5a38097d3dbe1c45b6ddf09864dec (diff) | |
download | linhes_pkgbuild-09b14aa48e621e4263c095769bbd2697893eef8d.zip linhes_pkgbuild-09b14aa48e621e4263c095769bbd2697893eef8d.tar.gz linhes_pkgbuild-09b14aa48e621e4263c095769bbd2697893eef8d.tar.bz2 |
Needed for Splashy.
Diffstat (limited to 'abs/core-testing/splashy/splashy.install')
-rw-r--r-- | abs/core-testing/splashy/splashy.install | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/abs/core-testing/splashy/splashy.install b/abs/core-testing/splashy/splashy.install new file mode 100644 index 0000000..4b1eaba --- /dev/null +++ b/abs/core-testing/splashy/splashy.install @@ -0,0 +1,15 @@ +pkgname=splashy + +post_install() { + cat << _EOF + +==> You'll probably want to see the page on the wiki +==> to do final configuration and install of splashy: +==> http://wiki.archlinux.org/index.php/Splashy + +_EOF +} + +post_upgrade() { + post_install $1 +} |