summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Hofmann2017-12-07 08:04:58 +0100
committerPeter Hofmann2017-12-07 08:04:58 +0100
commitb0b808b241fef083906857e2b8c62188772f3ab6 (patch)
treec72f98297f5a7594f710f1a61ae72071c3cdbc51
parent7e935ab95a3841a0d51dbb8d7841ba3d9e80f240 (diff)
downloadaur-b0b808b241fef083906857e2b8c62188772f3ab6.tar.gz
Remove install script
This is handled by hooks these days.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
-rw-r--r--univga.install21
3 files changed, 4 insertions, 25 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9232a8b349ae..e8bf8a8d3f3d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
+# Generated by mksrcinfo v8
+# Thu Dec 7 07:02:12 UTC 2017
pkgbase = univga
pkgdesc = (X11) VGA font with unicode glyphs by Dmitry Yu. Bolkhovityanov
pkgver = 1.0
- pkgrel = 4
+ pkgrel = 5
url = http://www.inp.nsk.su/~bolkhov/files/fonts/univga/
- install = univga.install
arch = any
license = custom:MIT
makedepends = xorg-font-utils
diff --git a/PKGBUILD b/PKGBUILD
index 1ff5a4e317c7..050c699c1397 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,12 @@
# Maintainer: Vain <aurmaint1 on host: uninformativ dot de>
pkgname=univga
pkgver=1.0
-pkgrel=4
+pkgrel=5
pkgdesc="(X11) VGA font with unicode glyphs by Dmitry Yu. Bolkhovityanov"
arch=('any')
url="http://www.inp.nsk.su/~bolkhov/files/fonts/univga/"
license=('custom:MIT')
makedepends=('xorg-font-utils')
-install=univga.install
source=('http://www.inp.nsk.su/~bolkhov/files/fonts/univga/uni-vga.tgz'
COPYING)
md5sums=('60fbba53cb0efec1363fcc5fb8c244d9'
diff --git a/univga.install b/univga.install
deleted file mode 100644
index a61db7e4b9a8..000000000000
--- a/univga.install
+++ /dev/null
@@ -1,21 +0,0 @@
-# arg 1: the new package version
-post_install() {
- echo -n "Updating font cache... "
- fc-cache -f > /dev/null
- mkfontscale /usr/share/fonts/local
- mkfontdir /usr/share/fonts/local
- echo "done."
- echo "Note: univga is in /usr/share/fonts/local/"
-}
-
-# # arg 1: the new package version
-# # arg 2: the old package version
-post_upgrade() {
- post_install $1
-}
-#
-# # arg 1: the old package version
-post_remove() {
- post_install $1
-}
-