diff options
author | Chris Abela <chris.abela@maltats.com> | 2010-04-19 18:55:27 -0400 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-15 10:38:31 +0200 |
commit | 7cc9f93402b5ffdf8ba33b08e9815f8082995b89 (patch) | |
tree | 974fa5d8e905f9b37383b3c123c5190b58ac3ed9 /network/etherape/doinst.sh | |
parent | 86ec380ce500ade963f703d088ac4b67611542a7 (diff) |
network/etherape: Added (A graphical network monitor)
Diffstat (limited to 'network/etherape/doinst.sh')
-rw-r--r-- | network/etherape/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/network/etherape/doinst.sh b/network/etherape/doinst.sh new file mode 100644 index 000000000000..5fb28930db0b --- /dev/null +++ b/network/etherape/doinst.sh @@ -0,0 +1,3 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi |