diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2012-12-21 12:12:16 +0100 |
---|---|---|
committer | Matteo Bernardini <ponce@slackbuilds.org> | 2012-12-21 21:27:24 +0100 |
commit | cc91f441277924ab710b3cded9953fbc6c66a8eb (patch) | |
tree | 9245a3bfc63aa1f1c0a4414f609ff345ae06fb0e /development/ninja-ide/doinst.sh | |
parent | a0c8747e511eb02e1b7e38c24d8110f8a49f1550 (diff) | |
download | slackbuilds-cc91f441277924ab710b3cded9953fbc6c66a8eb.tar.gz |
development/ninja-ide: Added (python coding IDE).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'development/ninja-ide/doinst.sh')
-rw-r--r-- | development/ninja-ide/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/development/ninja-ide/doinst.sh b/development/ninja-ide/doinst.sh new file mode 100644 index 0000000000..4e8ba7071d --- /dev/null +++ b/development/ninja-ide/doinst.sh @@ -0,0 +1,4 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi + |