diff options
author | M.Dinslage <daedra1980{at}gmail{dot}com> | 2010-05-13 00:58:11 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:58:11 +0200 |
commit | 417432dffffdd9786020759eefca75d5442f5ff1 (patch) | |
tree | 113ce83242b0cabea2f6d7a3602a7d31f7fce75f /games/pcsxr/doinst.sh | |
parent | 5e764dbd31583a90382f5b6e0985eef761a782bc (diff) | |
download | slackbuilds-417432dffffdd9786020759eefca75d5442f5ff1.tar.gz |
games/pcsxr: Added to 13.0 repository
Diffstat (limited to 'games/pcsxr/doinst.sh')
-rw-r--r-- | games/pcsxr/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/pcsxr/doinst.sh b/games/pcsxr/doinst.sh new file mode 100644 index 0000000000..140e332222 --- /dev/null +++ b/games/pcsxr/doinst.sh @@ -0,0 +1,3 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications +fi |