Date: Tuesday, July 7, 2015 @ 13:24:05
  Author: fyan
Revision: 136514

remove post_install msg (FS#45514)

Modified:
  thefuck/trunk/PKGBUILD
Deleted:
  thefuck/trunk/thefuck.install

-----------------+
 PKGBUILD        |    1 -
 thefuck.install |    3 ---
 2 files changed, 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2015-07-07 10:47:09 UTC (rev 136513)
+++ PKGBUILD    2015-07-07 11:24:05 UTC (rev 136514)
@@ -11,7 +11,6 @@
 depends=('python-setuptools' 'python-psutil' 'python-six' 'python-colorama')
 makedepends=('git')
 checkdepends=('python-pytest-mock' 'python-mock')
-install=thefuck.install
 source=("git+https://github.com/nvbn/thefuck.git#tag=$pkgver";
         psutil-3.patch)
 sha256sums=('SKIP'

Deleted: thefuck.install
===================================================================
--- thefuck.install     2015-07-07 10:47:09 UTC (rev 136513)
+++ thefuck.install     2015-07-07 11:24:05 UTC (rev 136514)
@@ -1,3 +0,0 @@
-post_install() {
-  printf '%s\n' '=> Add: alias fuck=''$(thefuck $(fc -ln -1))'' to your 
.bashrc or .zshrc.'
-}

Reply via email to