Date: Monday, February 27, 2017 @ 10:38:43
  Author: arodseth
Revision: 214019

upgpkg: smlnj 110.80-3

Added:
  smlnj/trunk/smlnj.install
Modified:
  smlnj/trunk/PKGBUILD

---------------+
 PKGBUILD      |    3 ++-
 smlnj.install |    3 +++
 2 files changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2017-02-27 10:10:00 UTC (rev 214018)
+++ PKGBUILD    2017-02-27 10:38:43 UTC (rev 214019)
@@ -3,12 +3,13 @@
 
 pkgname=smlnj
 pkgver=110.80
-pkgrel=2
+pkgrel=3
 pkgdesc='Compiler for Standard ML, from New Jersey'
 url='http://www.smlnj.org/'
 license=('BSD')
 arch=('x86_64' 'i686')
 provides=('sml')
+install=smlnj.install
 depends=('bash')
 depends_x86_64+=('lib32-glibc')
 makedepends_x86_64+=('gcc-multilib')

Added: smlnj.install
===================================================================
--- smlnj.install                               (rev 0)
+++ smlnj.install       2017-02-27 10:38:43 UTC (rev 214019)
@@ -0,0 +1,3 @@
+post_install() {
+  echo 'Relogin or source /etc/profile.d/smlnj.sh'
+}

Reply via email to