summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Ruffwind2017-02-01 11:58:45 -0500
committerPhil Ruffwind2017-02-01 11:58:45 -0500
commit358f635cc2ce7615d480f605763af0b3343a5cdf (patch)
tree469111199b3fd9977ccdec0c4f98b09c5ac99bee
parent82d7a69a2d8fe76fa08398ba529c2ad088f59550 (diff)
downloadaur-358f635cc2ce7615d480f605763af0b3343a5cdf.tar.gz
.install script has been supplanted by pacman hooks
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
-rw-r--r--ttf-oxygen-gf.install13
3 files changed, 1 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eca8e12f620f..03848875a5cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Fri Dec 23 15:39:18 UTC 2016
+# Wed Feb 1 16:58:45 UTC 2017
pkgbase = ttf-oxygen-gf
pkgdesc = Oxygen and Oxygen Mono fonts from the Google Fonts catalog
pkgver = r470.49fbebd
pkgrel = 1
url = https://github.com/google/fonts
- install = ttf-oxygen-gf.install
arch = any
license = custom:OFL
depends = fontconfig
diff --git a/PKGBUILD b/PKGBUILD
index d8aa26d78ade..9686db923a5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,6 @@ license=(custom:OFL)
depends=(fontconfig xorg-fonts-encodings xorg-mkfontdir xorg-mkfontscale)
provides=(ttf-font ttf-oxygen ttf-oxygen-git)
conflicts=(ttf-google-fonts-git ttf-oxygen ttf-oxygen-git)
-install=${pkgname}.install
source=(OFL.txt Oxygen-Bold.ttf Oxygen-Light.ttf Oxygen-Regular.ttf OxygenMono-Regular.ttf)
sha512sums=('ea77302599c998d8e84ff47481482d6939ec7c6d15c2ff99422361a870f7faf56f111b3ff0ce2ab9baea4b1bd010f76b76d87408ee92170204fdc31bb0cb5e46'
'20e8f86bf9fa2733a48710f7a4ab950dd0ac574185c8244a5f13c5f08d2f95c8213df1a2ff02f784b108229462449a3a0f4f2789b04476471705be2443f8bdf4'
diff --git a/ttf-oxygen-gf.install b/ttf-oxygen-gf.install
deleted file mode 100644
index 23f2b8398c8e..000000000000
--- a/ttf-oxygen-gf.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- fc-cache -s
- mkfontscale /usr/share/fonts/TTF
- mkfontdir /usr/share/fonts/TTF
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}