summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Straube2017-01-12 18:34:15 +0100
committerMichael Straube2017-01-12 18:34:15 +0100
commit19c3e9998d21f1ae1774c559122aa582999691f5 (patch)
tree7cb52a61e41eb5f4035255a9cd4db98d08989092
parentb562351608ed1b55fd349e2ed5e9ebc9b3965623 (diff)
downloadaur-19c3e9998d21f1ae1774c559122aa582999691f5.tar.gz
Remove install file (hooks)
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
-rw-r--r--ttf-oxygen.install15
3 files changed, 2 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7194139de77..6b05cc192ae6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,9 @@
pkgbase = ttf-oxygen
pkgdesc = A desktop/gui font family for integrated use with the KDE desktop
pkgver = 5.4.3
- pkgrel = 2
+ pkgrel = 3
epoch = 1
url = https://projects.kde.org/projects/kde/workspace/oxygen-fonts
- install = ttf-oxygen.install
arch = i686
arch = x86_64
license = custom:OFL
diff --git a/PKGBUILD b/PKGBUILD
index bfad73283dc4..ccf6d1855c47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=ttf-oxygen
epoch=1
pkgver=5.4.3
-pkgrel=2
+pkgrel=3
pkgdesc='A desktop/gui font family for integrated use with the KDE desktop'
url='https://projects.kde.org/projects/kde/workspace/oxygen-fonts'
arch=('i686' 'x86_64') # CMake files are arch-dependent
@@ -15,7 +15,6 @@ depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
makedepends=('extra-cmake-modules' 'fontforge')
provides=('ttf-font')
options=('!emptydirs')
-install=$pkgname.install
source=("http://download.kde.org/stable/plasma/$pkgver/oxygen-fonts-$pkgver.tar.xz")
sha256sums=('a02f6580e9a53cb16694a99adbb6dbf76f17584f3e97f469a22286299507838c')
diff --git a/ttf-oxygen.install b/ttf-oxygen.install
deleted file mode 100644
index f5837f7f6e30..000000000000
--- a/ttf-oxygen.install
+++ /dev/null
@@ -1,15 +0,0 @@
-post_install() {
- echo -n "Updating font cache... "
- fc-cache -s
- mkfontscale /usr/share/fonts/TTF
- mkfontdir /usr/share/fonts/TTF
- echo "done."
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}