summarylogtreecommitdiffstats
path: root/snapd.install
diff options
context:
space:
mode:
authorBartłomiej Piotrowski2018-01-07 18:37:30 +0100
committerBartłomiej Piotrowski2018-01-07 18:37:30 +0100
commitd3f737f6bd6c8c51522222af6f0e57035b9702d4 (patch)
treeab0415edc9634dc48a4cba8e4770c2ced5057933 /snapd.install
parent655cbed566945beb3a797a399dc9e91c99545767 (diff)
downloadaur-d3f737f6bd6c8c51522222af6f0e57035b9702d4.tar.gz
Import from official repositories
Diffstat (limited to 'snapd.install')
-rw-r--r--snapd.install23
1 files changed, 12 insertions, 11 deletions
diff --git a/snapd.install b/snapd.install
index a4b06d5b9ead..cd80f1da7dc6 100644
--- a/snapd.install
+++ b/snapd.install
@@ -1,14 +1,15 @@
## arg 1: the new package version
post_install() {
- echo "#################################################"
- echo "# To use snapd start/enable the snapd.socket. #"
- echo "# If you want your apps to be automatically #"
- echo "# updated from the store start/enable the #"
- echo "# snapd.refresh.timer. #"
- echo "# NOTE: Desktop entries show up after logging in#"
- echo "# again or rebooting after snapd installation. #"
- echo "# #"
- echo "# For more installation please read this page #"
- echo "# https://wiki.archlinux.org/index.php/Snapd #"
- echo "#################################################"
+ echo
+ echo 'To use snapd start/enable the snapd.socket'
+ echo
+ echo 'If you want your apps to be automatically updated'
+ echo 'from the store start/enable the snapd.refresh.timer'
+ echo
+ echo 'NOTE: Desktop entries show up after logging in again'
+ echo ' or rebooting after snapd installation'
+ echo
+ echo 'For more informations, see https://wiki.archlinux.org/index.php/Snapd'
}
+
+# vim:set ts=2 sw=2 et: