summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Gysin2016-09-29 08:38:52 +0300
committerChristoph Gysin2016-09-29 08:43:55 +0300
commit345808894a1baf6e4ac86c6f2e0bbea6855e9920 (patch)
tree1620aa1d828ba07d1f269f358390e0913e0b3713
parent9b267fbf32af68f57ea9b81256f9874883c6196e (diff)
downloadaur-345808894a1baf6e4ac86c6f2e0bbea6855e9920.tar.gz
remove install file
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
-rw-r--r--lttng-ust.install14
3 files changed, 1 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9935bdd33b2f..6ff6e7a743da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Fri Jun 17 18:55:31 UTC 2016
+# Thu Sep 29 05:43:53 UTC 2016
pkgbase = lttng-ust
pkgdesc = LTTng user space tracing libraries for LTTng
pkgver = 2.8.1
pkgrel = 1
url = http://lttng.org/
- install = lttng-ust.install
arch = i686
arch = x86_64
license = LGPL2.1
diff --git a/PKGBUILD b/PKGBUILD
index 31df0240bae1..5d1e7554ba6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,6 @@ optdepends=(
)
options=('!libtool')
source=(http://lttng.org/files/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-install='lttng-ust.install'
sha1sums=('8bebdcbcb453d2643fb226dbe92de61764f1ee3b')
build()
diff --git a/lttng-ust.install b/lttng-ust.install
deleted file mode 100644
index e71b58aa9d43..000000000000
--- a/lttng-ust.install
+++ /dev/null
@@ -1,14 +0,0 @@
-post_install()
-{
- ldconfig
-}
-
-post_upgrade()
-{
- ldconfig
-}
-
-post_remove()
-{
- ldconfig
-}