diff options
author | B. Watson <yalhcru@gmail.com> | 2022-04-04 22:44:46 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-04-04 22:44:46 -0400 |
commit | ce1bc565d3dc663573d97953fe5872c05dcfcae0 (patch) | |
tree | 489af31adb97659421280d6866bb24487a1649e1 /desktop/birdtray/doinst.sh | |
parent | ad074d7b36b19741a69641e4390dc4cad0cf7876 (diff) |
desktop/birdtray: Fix .desktop file.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'desktop/birdtray/doinst.sh')
-rw-r--r-- | desktop/birdtray/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop/birdtray/doinst.sh b/desktop/birdtray/doinst.sh new file mode 100644 index 0000000000000..5fb28930db0b9 --- /dev/null +++ b/desktop/birdtray/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 |