diff options
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 +} |