summarylogtreecommitdiffstats
path: root/emms.install
diff options
context:
space:
mode:
authorBartłomiej Piotrowski2018-01-05 21:11:22 +0100
committerBartłomiej Piotrowski2018-01-05 21:11:22 +0100
commit0eeb93742a229badf172b53b7959efad7193b1f6 (patch)
treef4779d0b4e0d6aa8c3247fdd93e10c9cefdcb619 /emms.install
downloadaur-0eeb93742a229badf172b53b7959efad7193b1f6.tar.gz
Import from official repositories
Diffstat (limited to 'emms.install')
-rw-r--r--emms.install15
1 files changed, 15 insertions, 0 deletions
diff --git a/emms.install b/emms.install
new file mode 100644
index 000000000000..e0ef722e277c
--- /dev/null
+++ b/emms.install
@@ -0,0 +1,15 @@
+post_install() {
+ cat << EOF
+==> In order to use EMMS, add the following lines to your ~/.emacs file:
+
+(require 'emms-setup)
+(emms-standard)
+(emms-default-players)
+
+For further configuration see the manual.
+EOF
+}
+
+post_upgrade() {
+ post_install $1
+}