summarylogtreecommitdiffstats
path: root/noto-fonts-emoji.install
diff options
context:
space:
mode:
Diffstat (limited to 'noto-fonts-emoji.install')
-rw-r--r--noto-fonts-emoji.install11
1 files changed, 0 insertions, 11 deletions
diff --git a/noto-fonts-emoji.install b/noto-fonts-emoji.install
deleted file mode 100644
index ac6cb5b6f4ac..000000000000
--- a/noto-fonts-emoji.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- fc-cache -s
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}