summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
-rw-r--r--esekeyd.install11
3 files changed, 3 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be669566512c..d5c2b95e530f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 3343761ccf16..f222d318d680 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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 1b78abd291df..000000000000
--- 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
-}