Date: Sunday, July 15, 2012 @ 21:58:39
  Author: dreisner
Revision: 163564

upgpkg: kbd 1.15.3-3

- remove symlink hack; initscript doesn't call loadkeys directly

Modified:
  kbd/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2012-07-16 01:29:27 UTC (rev 163563)
+++ PKGBUILD    2012-07-16 01:58:39 UTC (rev 163564)
@@ -3,7 +3,7 @@
 
 pkgname=kbd
 pkgver=1.15.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Keytable files and keyboard utilities"
 arch=('i686' 'x86_64')
 url="ftp://ftp.altlinux.org/pub/people/legion/kbd/";
@@ -35,10 +35,4 @@
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
   make KEYCODES_PROGS=yes RESIZECONS_PROGS=yes DESTDIR=${pkgdir} install
-
-  # this is needed because initscripts call /bin/loadkeys
-  # remove this when next versions of kbd
-  # and initscripts with /usr/bin/loadkeys usage will be released
-  mkdir ${pkgdir}/bin
-  ln -s /usr/bin/loadkeys ${pkgdir}/bin/loadkeys
 }

Reply via email to