diff options
author | B. Watson <yalhcru@gmail.com> | 2010-05-12 23:29:13 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-12 23:29:13 +0200 |
commit | 66110dd26e421661e8fd69fccf3777564b866307 (patch) | |
tree | f10e19f382a4479ce78077d1721c49dfe03ff10e /games/circuslinux/doinst.sh | |
parent | b321db836f405a8bfb9bd6ce2da29b9835c231d9 (diff) |
games/circuslinux: Added to 12.2 repository
Diffstat (limited to 'games/circuslinux/doinst.sh')
-rw-r--r-- | games/circuslinux/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/circuslinux/doinst.sh b/games/circuslinux/doinst.sh new file mode 100644 index 0000000000000..ff5dd6d54791c --- /dev/null +++ b/games/circuslinux/doinst.sh @@ -0,0 +1,4 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications +fi + |