diff options
author | B. Watson <yalhcru@gmail.com> | 2018-12-21 22:20:54 -0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-12-21 22:20:54 -0900 |
commit | 5a0f7639dba6f7078e10e70967f247f358f5a065 (patch) | |
tree | 3e8fed999ac1b42482419cb76fe2ab71c83ad326 /games/srb2/doinst.sh | |
parent | 2952d214f2d3384add7a5f36751cc233716ad7f5 (diff) |
games/srb2: Added (Sonic Robo Blast 2 game).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/srb2/doinst.sh')
-rw-r--r-- | games/srb2/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/srb2/doinst.sh b/games/srb2/doinst.sh new file mode 100644 index 0000000000000..696d35bad7e66 --- /dev/null +++ b/games/srb2/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 |