diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2010-05-12 23:31:42 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-12 23:31:42 +0200 |
commit | b390dfd9ee211d27088e7c1534e49d29b427338b (patch) | |
tree | ec4af7ece9965cfd50f393b5df0e575a3178d835 /misc/ophcrack/doinst.sh | |
parent | 97cd1c11dfd26f73bdd837f8aa8645ddbc8e9c6e (diff) | |
download | slackbuilds-b390dfd9ee211d27088e7c1534e49d29b427338b.tar.gz |
misc/ophcrack: Added to 12.2 repository
Diffstat (limited to 'misc/ophcrack/doinst.sh')
-rw-r--r-- | misc/ophcrack/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/ophcrack/doinst.sh b/misc/ophcrack/doinst.sh new file mode 100644 index 0000000000..4e8ba7071d --- /dev/null +++ b/misc/ophcrack/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 + |