summarylogtreecommitdiffstats
path: root/sharpfonts.install
diff options
context:
space:
mode:
authorKroshKobel2015-08-20 22:41:43 +0300
committerKroshKobel2015-08-20 22:41:43 +0300
commitd941cea23fc91e17a0cb6bfdb94a36ddf29db4ac (patch)
treeb8f3bdbf0cb3148cd204e2319c61882c089abeaa /sharpfonts.install
downloadaur-d941cea23fc91e17a0cb6bfdb94a36ddf29db4ac.tar.gz
Initial import
Diffstat (limited to 'sharpfonts.install')
-rw-r--r--sharpfonts.install24
1 files changed, 24 insertions, 0 deletions
diff --git a/sharpfonts.install b/sharpfonts.install
new file mode 100644
index 000000000000..3bc815930bf0
--- /dev/null
+++ b/sharpfonts.install
@@ -0,0 +1,24 @@
+
+post_install() {
+ echo ">>>"
+ echo ">>>> OpenOffice.org/LibreOffice uses its own font-rendering engine, so you have to go through the menu"
+ echo ">>>> 'Tools > Options > OpenOffice.org/LibreOffice > View' and set 'Screen font antialiasing' to '12px'."
+ echo ">>>"
+ echo ">>>> You might also set some of the Desktop and Program Fonts to :'Verdana', 'Arial' or whatever."
+ echo ">>>"
+ echo ">>>> Now log out from your desktop and log back in. Enjoy :)"
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+pre_remove() {
+ /bin/true
+}
+
+op=$1
+shift
+
+$op $*
+