summarylogtreecommitdiffstats
path: root/ttf-malayalam-fonts.install
diff options
context:
space:
mode:
authorJishnu Mohan2020-09-27 10:57:39 +0530
committerJishnu Mohan2020-09-27 10:58:12 +0530
commit8bc6c3636cc5bbaad2aa0a6fb497e92fcc1a7c92 (patch)
tree85f98f83230b3884abbda8d9f1cc11acfb5a82e0 /ttf-malayalam-fonts.install
parent8367e764f5ad424533c46eb937d6b3f1be944f27 (diff)
downloadaur-8bc6c3636cc5bbaad2aa0a6fb497e92fcc1a7c92.tar.gz
update package with guidelines
Diffstat (limited to 'ttf-malayalam-fonts.install')
-rwxr-xr-xttf-malayalam-fonts.install15
1 files changed, 0 insertions, 15 deletions
diff --git a/ttf-malayalam-fonts.install b/ttf-malayalam-fonts.install
deleted file mode 100755
index 26e912fe9c2c..000000000000
--- a/ttf-malayalam-fonts.install
+++ /dev/null
@@ -1,15 +0,0 @@
-post_install() {
- echo "Running fc-cache to update font cache"
- fc-cache -fs
- mkfontscale usr/share/fonts/TTF
- mkfontdir usr/share/fonts/TTF
- echo "Finished updating font cache"
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}