diff options
author | B. Watson <yalhcru@gmail.com> | 2015-02-20 09:46:31 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-20 09:46:31 +0700 |
commit | a63618421987db8852f64db58c26f26bacd147da (patch) | |
tree | a47710ecbe45aef801977e264dda2184398c0a53 /graphics/bdfedit/doinst.sh | |
parent | 5ea3db7bec2830a9ec0f7dd011ea077ae748c6cc (diff) | |
download | slackbuilds-a63618421987db8852f64db58c26f26bacd147da.tar.gz |
graphics/bdfedit: Added (Tcl/TK based editor for BDF fonts).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/bdfedit/doinst.sh')
-rw-r--r-- | graphics/bdfedit/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/bdfedit/doinst.sh b/graphics/bdfedit/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/graphics/bdfedit/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 |