summaryrefslogtreecommitdiffstats
path: root/extra/openoffice/openoffice.install
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-10-14 08:31:47 +0200
committertnut <thierryn1 at hispeed dot ch>2010-10-14 08:31:47 +0200
commit9430a356a3d3eab41da7c9bc1f7a1e081947578c (patch)
treee29322f0d597067861bb2d71fd41e59b25d05088 /extra/openoffice/openoffice.install
parent7e047c6b523daaaa4f8178b9b957cdbfb06275a2 (diff)
downloadnutyx-extra-9430a356a3d3eab41da7c9bc1f7a1e081947578c.tar.gz
nutyx-extra-9430a356a3d3eab41da7c9bc1f7a1e081947578c.tar.bz2
nutyx-extra-9430a356a3d3eab41da7c9bc1f7a1e081947578c.tar.xz
nutyx-extra-9430a356a3d3eab41da7c9bc1f7a1e081947578c.zip
openoffice, port nettoyé
Diffstat (limited to 'extra/openoffice/openoffice.install')
-rw-r--r--extra/openoffice/openoffice.install26
1 files changed, 0 insertions, 26 deletions
diff --git a/extra/openoffice/openoffice.install b/extra/openoffice/openoffice.install
deleted file mode 100644
index 94a8d6432..000000000
--- a/extra/openoffice/openoffice.install
+++ /dev/null
@@ -1,26 +0,0 @@
-post_install() {
-
-gtk-update-icon-cache -f -q /usr/share/icons/hicolor
-update-desktop-database -q
-
-echo " * check /etc/profile.d/openoffice.sh, then relogin or \"source\" the file"
-echo " * see http://wiki.archlinux.org/index.php/Openoffice"
-echo " how to use extensions, e.g. for spell checking"
-echo " see /usr/lib/openoffice/share/extension/install what"
-echo " is shipped with this package"
-echo " * make sure you have installed a ttf font (ttf-dejavu recommended)"
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
-update-desktop-database -q
-gtk-update-icon-cache -f -q /usr/share/icons/hicolor
-
-# make sure everything is gone, maybe someone has installed
-# extensions for all users using unopkg --shared
-rm -rf /usr/lib/openoffice
-}
-