summaryrefslogtreecommitdiff
path: root/libre/cool-retro-term
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-05-21 15:56:05 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-05-21 15:56:47 -0300
commit03b29bd350faa8c9609875e5777672cbafb0452c (patch)
treec0a69a7847726594d82a99cb81cd92b1566533a1 /libre/cool-retro-term
parent20c5603642fbe0ad8890eff93c48d2174f895fb8 (diff)
cool-retro-term-1.0.0-3.parabola1: hooks rebuild
Diffstat (limited to 'libre/cool-retro-term')
-rw-r--r--libre/cool-retro-term/PKGBUILD3
-rw-r--r--libre/cool-retro-term/cool-retro-term.install12
2 files changed, 1 insertions, 14 deletions
diff --git a/libre/cool-retro-term/PKGBUILD b/libre/cool-retro-term/PKGBUILD
index 97c7cc7a4..6b923954e 100644
--- a/libre/cool-retro-term/PKGBUILD
+++ b/libre/cool-retro-term/PKGBUILD
@@ -6,13 +6,12 @@
pkgname=cool-retro-term
pkgver=1.0.0
-pkgrel=3.parabola1
+pkgrel=4.parabola1
pkgdesc='A good looking terminal emulator which mimics the old cathode display, without nonfree fonts'
arch=('i686' 'x86_64')
url='https://github.com/Swordfish90/cool-retro-term'
license=('GPL3')
depends=('qmltermwidget' 'qt5-quickcontrols' 'qt5-graphicaleffects' 'hicolor-icon-theme')
-install=$pkgname.install
mksource=("https://github.com/Swordfish90/cool-retro-term/archive/v$pkgver.tar.gz")
source=("https://repo.parabola.nu/other/cool-retro-term-libre/cool-retro-term-libre-$pkgver.tar.gz")
mksha256sums=('db799084680545b6961e1b3d1bb7ff0cb8105e82279fe734c2c07c32525350d9')
diff --git a/libre/cool-retro-term/cool-retro-term.install b/libre/cool-retro-term/cool-retro-term.install
deleted file mode 100644
index 2771fcd65..000000000
--- a/libre/cool-retro-term/cool-retro-term.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- [[ -x /usr/bin/xdg-icon-resource ]] && xdg-icon-resource forceupdate --theme hicolor || \
- ( [[ -x /usr/bin/gtk-update-icon-cache ]] && gtk-update-icon-cache )
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}