summarylogtreecommitdiffstats
path: root/otf-inconsolata-lgc.install
diff options
context:
space:
mode:
authorbohoomil2015-07-29 08:50:51 +0200
committerbohoomil2015-07-29 08:50:51 +0200
commita4aee0a91abe7911430ff9560c076367ef34aaa6 (patch)
tree2e472b2e05e7ae46321f68da78deac680fba7acd /otf-inconsolata-lgc.install
downloadaur-a4aee0a91abe7911430ff9560c076367ef34aaa6.tar.gz
initial
Diffstat (limited to 'otf-inconsolata-lgc.install')
-rw-r--r--otf-inconsolata-lgc.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/otf-inconsolata-lgc.install b/otf-inconsolata-lgc.install
new file mode 100644
index 000000000000..5ab355ec1e6e
--- /dev/null
+++ b/otf-inconsolata-lgc.install
@@ -0,0 +1,14 @@
+post_install() {
+ echo "Updating font cache..."
+ fc-cache -s
+ echo "Done."
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}
+