summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcodestation2016-05-15 12:21:50 -0400
committercodestation2016-05-15 12:21:50 -0400
commita37de5db120f72a36cac6987baceef2624a2c43f (patch)
tree50f738c9c00d37632ec63fa67f7012fd834aa590
parent5cb4889b78e7aea596a6b05b5a905d3e24d7a945 (diff)
downloadaur-a37de5db120f72a36cac6987baceef2624a2c43f.tar.gz
Removed update-desktop-database.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
-rw-r--r--wxmedit.install12
3 files changed, 1 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 87eb5a8635e0..6ceb187a7239 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Sun Mar 20 23:00:07 UTC 2016
+# Sun May 15 16:21:35 UTC 2016
pkgbase = wxmedit
pkgdesc = Cross-platform Text/Hex Editor, a fork of MadEdit with bug fixes and improvements
pkgver = 3.1
pkgrel = 1
url = https://wxmedit.github.io/
- install = wxmedit.install
arch = i686
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index e612335e9a4b..563607be2628 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,6 @@ license=('GPL')
depends=('wxgtk2.8' 'icu' 'desktop-file-utils')
makedepends=('boost')
source=("http://downloads.sourceforge.net/project/$pkgname/$pkgver/wxMEdit-$pkgver.tar.gz")
-install=wxmedit.install
sha256sums=('6060270fb01efb6cefeb83772202d8682675ec6b80cbb1e03f54f486e3bdb1d5')
build() {
diff --git a/wxmedit.install b/wxmedit.install
deleted file mode 100644
index 905ea89a7a62..000000000000
--- a/wxmedit.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-
-post_remove() {
- post_install
-}