summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryuu2020-11-07 20:36:15 -0300
committeryuu2020-11-07 20:36:15 -0300
commit7b3359dbc2099aaabd0b44592f4e5ede812e016a (patch)
treecdbcda5d9c55cd64a79098d3b7cbd636649b51f5
parent5fa72d58daadd106f622c58888e896badf164cda (diff)
downloadaur-mu-wizard-git.tar.gz
Remove extraneous info on '.install'. Users shall refer to README.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--mu-wizard.install10
3 files changed, 3 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 143f7ecfd4c6..cd381052c50f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mu-wizard-git
pkgdesc = Shell script to easily setup mu4e on Emacs
pkgver = 0.r47.g8f54347
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/cemkeylan/mu-wizard
install = mu-wizard.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 4a953e83f3c7..9c22f584e930 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname="mu-wizard"
pkgname="${_pkgname}-git"
pkgver=0.r47.g8f54347
-pkgrel=2
+pkgrel=3
pkgdesc="Shell script to easily setup mu4e on Emacs"
arch=('any')
url=https://github.com/cemkeylan/${_pkgname}
diff --git a/mu-wizard.install b/mu-wizard.install
index a64cd23b9ace..260008bac040 100644
--- a/mu-wizard.install
+++ b/mu-wizard.install
@@ -1,7 +1,7 @@
post_install() {
echo -e "\n\e[1m Cem Keylan’s mu-wizard $1\e[0m\n"
cat <<-EOF
- Configuration
+ Emacs configuration
-------------
Emacs will not be loading the configurations, you will need to set it
manually. In your init file, you may choose to load the configuration in the
@@ -13,14 +13,6 @@ post_install() {
:after mu4e
:load-path "~/.config/mu4e")
- ’domains.csv’ file
- ------------------
- mu-wizard doesn't come with a predefined ’domains.csv’ file, but it can use
- one if it is found on ’/usr/share/mu-wizard/domains.csv’. mu-wizard also
- saves the domain information that you use when creating an account on your
- configuration directory, so you don't have to retype every detail when
- creating a second account with the same domain.
-
External links
--------------
- Official repository on GitHub: https://github.com/cemkeylan/mu-wizard