summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordeviantfero2016-03-12 23:41:11 -0600
committerdeviantfero2016-03-12 23:41:11 -0600
commit0b0e590aa48d8054baca7454cc3c79bf6c9ac47b (patch)
tree7cb5704bf640e292f2062657ca56be5b37cef1d0 /PKGBUILD
parent3d212c44df38aee9d7604bd31dde24e4ca0eba3e (diff)
downloadaur-0b0e590aa48d8054baca7454cc3c79bf6c9ac47b.tar.gz
some help messages added
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4b43c6ae4ce2..fb8b06eaa6fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -39,6 +39,10 @@ package() {
install -D -m775 ./wpg ${pkgdir}/usr/bin/wpg
install -D -m755 ./functions ${pkgdir}/usr/bin/wpgtk/functions
bash ./installaur.sh
+ echo
+ echo "Remember to add sh ~/.wallpapers/wp_init.sh"
+ echo "to your startup programs"
+ sleep 1
}
# vim:set et sw=2 sts=2 tw=80: