summarylogtreecommitdiffstats
path: root/splashy-full.install
diff options
context:
space:
mode:
Diffstat (limited to 'splashy-full.install')
-rw-r--r--splashy-full.install15
1 files changed, 15 insertions, 0 deletions
diff --git a/splashy-full.install b/splashy-full.install
new file mode 100644
index 000000000000..98d01886185b
--- /dev/null
+++ b/splashy-full.install
@@ -0,0 +1,15 @@
+pkgname=splashy
+
+post_install() {
+ cat << _EOF
+
+==> To check out the Wiki see:
+==> http://wiki.archlinux.org/index.php/Splashy
+
+_EOF
+}
+
+pre_upgrade() {
+ echo ""
+ echo "automake1.10 dependence not needed any more, you can remove it ==> pacman -Rscn automake1.10"
+} \ No newline at end of file