summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiels Martignène2016-04-28 16:31:54 +0200
committerNiels Martignène2016-04-28 16:31:54 +0200
commit60f4403e98138f15c6ea8d9731cdd7db31fb245b (patch)
treeb4277279b54a7482c867b0deeee34ffef253b371
parentd65375eb5a767a96edf9881887d2636f5d2594be (diff)
downloadaur-60f4403e98138f15c6ea8d9731cdd7db31fb245b.tar.gz
Remove install file (pacman hooks)
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
-rw-r--r--ty.install12
3 files changed, 2 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 162930bac94c..c4b4732621e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,8 @@
-# Generated by mksrcinfo v8
-# Wed Jan 20 11:00:12 UTC 2016
pkgbase = ty
pkgdesc = GUI and command-line tools to manage Teensy devices
pkgver = 0.7.0
- pkgrel = 1
+ pkgrel = 2
url = http://github.com/Koromix/ty
- install = ty.install
arch = x86_64
arch = i686
license = custom:MPL2
diff --git a/PKGBUILD b/PKGBUILD
index 81a77ada6f7a..587c793296df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,13 @@
pkgname=ty
pkgver=0.7.0
-pkgrel=1
+pkgrel=2
pkgdesc="GUI and command-line tools to manage Teensy devices"
arch=('x86_64' 'i686')
url="http://github.com/Koromix/ty"
license=('custom:MPL2')
depends=('teensyduino' 'libudev.so' 'qt5-base')
makedepends=('imagemagick')
-install="ty.install"
source=("https://github.com/Koromix/ty/archive/v${pkgver}.tar.gz")
sha256sums=('4644b07e525b6c0b0672f107a3111910f410c77da5fd98c2a3fa0431e7cd03c2')
diff --git a/ty.install b/ty.install
deleted file mode 100644
index de8c56bc572a..000000000000
--- a/ty.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_upgrade() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
- update-desktop-database -q
-}
-
-post_install() {
- post_upgrade
-}
-
-post_remove() {
- post_upgrade
-}