summaryrefslogtreecommitdiffstats
path: root/development/power-architect
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2017-03-20 15:27:09 -0400
committer David Spencer <idlemoor@slackbuilds.org>2017-03-25 13:27:18 +0000
commit3480eec0b68e2c59820dcb01c9a8b38e9713c91c (patch)
tree83e7ded9ba41f5f0f48e53b6191edce2fdb038ed /development/power-architect
parent9f730de1b9aec7def61df81b7c9f36ba02660df5 (diff)
downloadslackbuilds-3480eec0b68e2c59820dcb01c9a8b38e9713c91c.tar.gz
slackbuilds-3480eec0b68e2c59820dcb01c9a8b38e9713c91c.tar.xz
development/power-architect: Install doinst.sh, validate .desktop.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/power-architect')
-rw-r--r--development/power-architect/doinst.sh2
-rw-r--r--development/power-architect/power-architect.SlackBuild1
-rw-r--r--development/power-architect/power-architect.desktop2
3 files changed, 2 insertions, 3 deletions
diff --git a/development/power-architect/doinst.sh b/development/power-architect/doinst.sh
index 301399ba37..5fb28930db 100644
--- a/development/power-architect/doinst.sh
+++ b/development/power-architect/doinst.sh
@@ -1,5 +1,3 @@
-
if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
fi
-
diff --git a/development/power-architect/power-architect.SlackBuild b/development/power-architect/power-architect.SlackBuild
index fd7d4a3e8f..1c660935b1 100644
--- a/development/power-architect/power-architect.SlackBuild
+++ b/development/power-architect/power-architect.SlackBuild
@@ -76,6 +76,7 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
+cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
diff --git a/development/power-architect/power-architect.desktop b/development/power-architect/power-architect.desktop
index c15c5a79a0..a43ecafdb5 100644
--- a/development/power-architect/power-architect.desktop
+++ b/development/power-architect/power-architect.desktop
@@ -3,7 +3,7 @@ Type=Application
Name=SQL Power Architect
GenericName=SQL Power Architect
Comment=Manage, modeling and profiling databases
-Icon=power-architect.png
+Icon=power-architect
Exec=power-architect
Terminal=false
StartupNotify=true