diff options
author | Dhaby Xiloj <slack.dhabyx@gmail.com> | 2013-12-05 07:24:31 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2013-12-05 07:24:31 +0700 |
commit | 59715b3848ab4773c73e96aa1f7ea6aeea44166b (patch) | |
tree | a3c2f9571cf483c619f38a2f9c89af5e908cad40 /development/sqliteman/doinst.sh | |
parent | cae6e34a5ce5fbe8420372737d35cd8e4fc41c29 (diff) | |
download | slackbuilds-59715b3848ab4773c73e96aa1f7ea6aeea44166b.tar.gz |
development/sqliteman: Script cleanup.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/sqliteman/doinst.sh')
-rw-r--r-- | development/sqliteman/doinst.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/development/sqliteman/doinst.sh b/development/sqliteman/doinst.sh index 301399ba37..5fb28930db 100644 --- a/development/sqliteman/doinst.sh +++ b/development/sqliteman/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 - |