summaryrefslogtreecommitdiff
path: root/office/abiword/abiword.SlackBuild
diff options
context:
space:
mode:
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