diff options
author | klaatu <klaatu@member.fsf.org> | 2017-08-14 12:24:26 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-08-19 07:10:38 +0700 |
commit | 632ade93a091e5771392d4d2c24ddaa1d614819e (patch) | |
tree | cfca48bb12164f69c437c539b0274b2176a8a349 /games/pcgen/doinst.sh | |
parent | ea837431d1ff3abbb7d7821ab033c86fd2c9c175 (diff) |
games/pcgen: Added (RPG character generator).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/pcgen/doinst.sh')
-rw-r--r-- | games/pcgen/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/pcgen/doinst.sh b/games/pcgen/doinst.sh new file mode 100644 index 0000000000000..5fb28930db0b9 --- /dev/null +++ b/games/pcgen/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 |