summarylogtreecommitdiffstats
path: root/ttf-win7-fonts.install
diff options
context:
space:
mode:
authorChris Severance2017-05-03 20:01:49 -0400
committerChris Severance2017-05-03 20:01:49 -0400
commit11215039fa2f08d29b459e2e698cf16ed8b0f256 (patch)
tree6590200f0f2eae03635e5f194bd34662633462ac /ttf-win7-fonts.install
parent13b37f8afcfb15773af145971e338fd73efc804d (diff)
downloadaur-ttf-win7-fonts.tar.gz
Remove .install for pacman hooks
Diffstat (limited to 'ttf-win7-fonts.install')
-rw-r--r--ttf-win7-fonts.install21
1 files changed, 0 insertions, 21 deletions
diff --git a/ttf-win7-fonts.install b/ttf-win7-fonts.install
deleted file mode 100644
index a2baaf67d3ad..000000000000
--- a/ttf-win7-fonts.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/TTF
- mkfontdir /usr/share/fonts/TTF
- echo "done."
-}
-
-## 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"
-}
-
-# vim:set ts=2 sw=2 et: