summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Gysin2016-09-29 08:42:17 +0300
committerChristoph Gysin2016-09-29 08:44:29 +0300
commit60072e184614997545812d834bbee947b3897b47 (patch)
treeb609309d9f8429eb74f2261f40201ca8da7c7235
parent5a3fedf3fa36621df4865f00cc49d6e64a245047 (diff)
downloadaur-60072e184614997545812d834bbee947b3897b47.tar.gz
remove install file
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
-rw-r--r--lttng-ust-git.install14
3 files changed, 1 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 74614c50b123..7409e0c6099d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Fri Apr 22 20:18:30 UTC 2016
+# Thu Sep 29 05:44:25 UTC 2016
pkgbase = lttng-ust-git
pkgdesc = Userspace tracing library for LTTng
pkgver = 2.8.0.rc1.21.g6488ae4
pkgrel = 1
url = http://lttng.org/
- install = lttng-ust-git.install
arch = i686
arch = x86_64
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index 38af59f786d0..5cf82618f3d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,6 @@ provides=('lttng-ust')
conflicts=('lttng-ust')
optdepends=('babeltrace')
options=('!libtool')
-install='lttng-ust-git.install'
source=('git://git.lttng.org/lttng-ust.git')
sha1sums=('SKIP')
diff --git a/lttng-ust-git.install b/lttng-ust-git.install
deleted file mode 100644
index e71b58aa9d43..000000000000
--- a/lttng-ust-git.install
+++ /dev/null
@@ -1,14 +0,0 @@
-post_install()
-{
- ldconfig
-}
-
-post_upgrade()
-{
- ldconfig
-}
-
-post_remove()
-{
- ldconfig
-}