summaryrefslogtreecommitdiffstats
path: root/office/abiword/abiword.SlackBuild
diff options
context:
space:
mode:
author Martin Lefebvre <dadexter@sekurity.com>2010-05-11 19:46:09 +0200
committer Robby Workman <rworkman@slackbuilds.org>2010-05-11 19:46:09 +0200
commit52d8b31f2228361a353d9bbc5b8974bf32dc5e5c (patch)
tree805141da86ef38c357c7082fdf76934e3454438b /office/abiword/abiword.SlackBuild
parentd2cdf6e8c77a1505f1d044ba1c5d93fe9e3bc6e3 (diff)
downloadslackbuilds-52d8b31f2228361a353d9bbc5b8974bf32dc5e5c.tar.gz
slackbuilds-52d8b31f2228361a353d9bbc5b8974bf32dc5e5c.tar.xz
office/abiword: Updated for version 2.4.6
Diffstat (limited to 'office/abiword/abiword.SlackBuild')
-rw-r--r--office/abiword/abiword.SlackBuild4
1 files changed, 0 insertions, 4 deletions
diff --git a/office/abiword/abiword.SlackBuild b/office/abiword/abiword.SlackBuild
index afca0968aa..4cdae80d84 100644
--- a/office/abiword/abiword.SlackBuild
+++ b/office/abiword/abiword.SlackBuild
@@ -80,10 +80,6 @@ rm -rf $PKG/usr/lib
# No need to clutter up the toplevel /usr/share/icons
mv $PKG/usr/share/icons $PKG/usr/share/pixmaps
-# Fix icon path in .desktop file so that it will show up in KDE
-sed -i 's|Icon=abiword_48.png|Icon=/usr/share/pixmaps/abiword_48.png|' \
- $PKG/usr/share/applications/abiword.desktop || exit 1
-
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh