summarylogtreecommitdiffstats
path: root/snapd.install
diff options
context:
space:
mode:
Diffstat (limited to 'snapd.install')
-rw-r--r--snapd.install15
1 files changed, 0 insertions, 15 deletions
diff --git a/snapd.install b/snapd.install
deleted file mode 100644
index cd80f1da7dc6..000000000000
--- a/snapd.install
+++ /dev/null
@@ -1,15 +0,0 @@
-## arg 1: the new package version
-post_install() {
- 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: