diff options
author | JK Wood <joshuakwood[at]gmail.com> | 2013-06-27 07:42:47 -0500 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2013-06-29 16:11:05 -0300 |
commit | 6ed7820369f954446d5c95c1aaff541c9346d44f (patch) | |
tree | e16409a0041d5373f3cb07ee33c31b6aaad94bdd /games/PyLotRO/doinst.sh | |
parent | 39484c4cfefbb7691003143aca30a1fd9063315f (diff) | |
download | slackbuilds-6ed7820369f954446d5c95c1aaff541c9346d44f.tar.gz |
games/PyLotRO: Build bump.
Added a patch to allow connection to the LOTRO servers without
modifying the system Python install.
Added doinst.sh.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'games/PyLotRO/doinst.sh')
-rw-r--r-- | games/PyLotRO/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/PyLotRO/doinst.sh b/games/PyLotRO/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/games/PyLotRO/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 |