diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-06-11 18:42:08 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-06-11 18:42:08 +0200 |
commit | 431a4ca6d3b582ba1e949b667fe278c93217f8cb (patch) | |
tree | fa0489f07c80612965ff5e6cfe6d4790d8f0087e /emacs-clojure-mode-git/emacs-clojure-mode-git.install | |
parent | update todo (diff) | |
download | aur-packages-431a4ca6d3b582ba1e949b667fe278c93217f8cb.tar.gz aur-packages-431a4ca6d3b582ba1e949b667fe278c93217f8cb.tar.bz2 aur-packages-431a4ca6d3b582ba1e949b667fe278c93217f8cb.tar.xz |
migrating to aur4
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'emacs-clojure-mode-git/emacs-clojure-mode-git.install')
-rw-r--r-- | emacs-clojure-mode-git/emacs-clojure-mode-git.install | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/emacs-clojure-mode-git/emacs-clojure-mode-git.install b/emacs-clojure-mode-git/emacs-clojure-mode-git.install deleted file mode 100644 index 7710f4f..0000000 --- a/emacs-clojure-mode-git/emacs-clojure-mode-git.install +++ /dev/null @@ -1,16 +0,0 @@ -post_install () { -echo -echo "==> To enable clojure-mode, add this to your \$HOME/.emacs:" -echo -echo " (require 'clojure-mode)" -echo -echo "==> There are also a clojurescript-mode and a clojure-test-mode" -echo "==> available - to get more information on those, please refer to" -echo "==> the package homepage." -echo -} - -post_upgrade () { - post_install $1 -} - |