summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2018-08-15 15:45:19 +0300
committerCaleb Maclennan2018-08-15 15:45:19 +0300
commit7341458d5239c761bc7bf94f6252bf0a0a3e1e34 (patch)
tree99831cc72577d4a93b68ec9122b7344bc081912a
parentd71f19bb7fc41ad34fafe239bcf4c002096eba3b (diff)
downloadaur-7341458d5239c761bc7bf94f6252bf0a0a3e1e34.tar.gz
Remove post_install function handlede by pacman hooks
-rw-r--r--.SRCINFO3
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD1
-rw-r--r--wxlua.install12
4 files changed, 1 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9cf2185ff61..3e09fc094a86 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Wed Aug 15 12:41:48 UTC 2018
+# Wed Aug 15 12:44:43 UTC 2018
pkgbase = wxlua
pkgdesc = A set of bindings to the wxWidgets library for the Lua programming language.
pkgver = 2.8.12.3
pkgrel = 4
url = http://wxlua.sourceforge.net
- install = wxlua.install
arch = i686
arch = x86_64
license = custom:wxWindows
diff --git a/.gitignore b/.gitignore
index b6f039c22a0a..44ebe5fe5845 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,4 @@
!./.SRCINFO
!./.gitignore
!./PKGBUILD
-!./wxlua.install
*
diff --git a/PKGBUILD b/PKGBUILD
index 6a43cda6af70..df17f6883e68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,6 @@ optdepends=('webkit2gtk')
makedepends=('cmake')
provides=('wxstedit')
conflicts=('wxstedit')
-install="$pkgname.install"
source=("http://downloads.sourceforge.net/$pkgname/$pkgname/$pkgver/wxLua-$pkgver-src.tar.gz")
md5sums=('e0a28904d046400713c07d7c4c9515ef')
diff --git a/wxlua.install b/wxlua.install
deleted file mode 100644
index 4c3ec62a0d8c..000000000000
--- a/wxlua.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- update-desktop-database -q
- update-mime-database usr/share/mime
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}