summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHsiu-Ming Chang2019-03-24 21:10:07 +0800
committerHsiu-Ming Chang2019-03-24 21:10:07 +0800
commit3e5bccddd38ca0a57ea4767ae580f1252fbfd799 (patch)
tree6bad830813b5a084f959fdd44826ca5e5b7d0e9c
parentab6be0d79479b84d69f2e29cb15de61394133b67 (diff)
downloadaur-3e5bccddd38ca0a57ea4767ae580f1252fbfd799.tar.gz
Remove hmtimer.install
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
-rw-r--r--hmtimer.install11
3 files changed, 0 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 30822879e52b..2ae120fd0974 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,6 @@ pkgbase = hmtimer
pkgver = 3.0.2
pkgrel = 1
url = https://cges30901.github.io/hmtimer-website/
- install = hmtimer.install
arch = i686
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 38eb2215dbdb..718d55bbdd55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,6 @@ conflicts=()
replaces=()
backup=()
options=()
-install="$pkgname.install"
changelog=
source=("https://github.com/cges30901/hmtimer/releases/download/v$pkgver/hmtimer-$pkgver-src.tar.bz2")
noextract=()
diff --git a/hmtimer.install b/hmtimer.install
deleted file mode 100644
index 1c0de2e4fa61..000000000000
--- a/hmtimer.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}