diff options
-rw-r--r-- | .SRCINFO | 5 | ||||
-rw-r--r-- | PKGBUILD | 3 | ||||
-rw-r--r-- | esekeyd.install | 11 |
3 files changed, 3 insertions, 16 deletions
@@ -1,11 +1,10 @@ # Generated by mksrcinfo v8 -# Fri Oct 21 10:30:52 UTC 2016 +# Fri Oct 21 10:32:15 UTC 2016 pkgbase = esekeyd pkgdesc = ESE Key Daemon is a multimedia keyboard daemon for Linux. pkgver = 1.2.7 - pkgrel = 3 + pkgrel = 4 url = http://freecode.com/projects/esekeyd - install = esekeyd.install arch = i686 arch = x86_64 license = GPL @@ -1,13 +1,12 @@ # Maintainer: Giancarlo Razzolini <grazzolini@gmail.com> pkgname=esekeyd pkgver=1.2.7 -pkgrel=3 +pkgrel=4 pkgdesc="ESE Key Daemon is a multimedia keyboard daemon for Linux." arch=('i686' 'x86_64') url="http://freecode.com/projects/esekeyd" license=('GPL') depends=('glibc') -install=$pkgname.install DLAGENTS='http::/usr/bin/curl -fLC - --user-agent Firefox --retry 3 --retry-delay 3 -o %o %u' source=("http://www.burghardt.pl/files/$pkgname-$pkgver.tar.gz" "$pkgname.service") diff --git a/esekeyd.install b/esekeyd.install deleted file mode 100644 index 1b78abd291d..00000000000 --- a/esekeyd.install +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash - -post_install() { - cat<<INSTALLEOF - Edit the example configuration file provided in /etc/esekeyd.conf and enable/start it using systemctl. -INSTALLEOF -} - -post_upgrade() { - post_install -} |