diff options
author | Robby Workman <rw@rlworkman.net> | 2010-05-12 23:29:41 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-12 23:29:41 +0200 |
commit | 37426904754ef85fe06f65b23b29235f98ad254e (patch) | |
tree | 08e99e9a10a5c36ce48a8ac67dc4b761f2e18444 /graphics/Opcion/doinst.sh | |
parent | d7c1232825a63ee857e343f153111bd907fac09a (diff) | |
download | slackbuilds-37426904754ef85fe06f65b23b29235f98ad254e.tar.gz |
graphics/Opcion: Added to 12.2 repository
Diffstat (limited to 'graphics/Opcion/doinst.sh')
-rw-r--r-- | graphics/Opcion/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/Opcion/doinst.sh b/graphics/Opcion/doinst.sh new file mode 100644 index 0000000000..4e8ba7071d --- /dev/null +++ b/graphics/Opcion/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 + |