diff options
Diffstat (limited to 'abs/core-testing/splashy/splashy.install')
-rw-r--r-- | abs/core-testing/splashy/splashy.install | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/abs/core-testing/splashy/splashy.install b/abs/core-testing/splashy/splashy.install deleted file mode 100644 index 4b1eaba..0000000 --- a/abs/core-testing/splashy/splashy.install +++ /dev/null @@ -1,15 +0,0 @@ -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 -} |