diff options
author | B. Watson <yalhcru@gmail.com> | 2022-04-02 14:33:43 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-04-02 14:33:43 -0400 |
commit | c75cf4867822a31e411a8cfd5aee260c76dd94af (patch) | |
tree | b312cc6574d5009a94bfefcdbcd688ee0887dfc0 /desktop/arandr/doinst.sh | |
parent | ff6442f84b329242af0a40434600f7b488eb3daa (diff) |
desktop/arandr: Add doinst.sh to support .desktop file.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'desktop/arandr/doinst.sh')
-rw-r--r-- | desktop/arandr/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop/arandr/doinst.sh b/desktop/arandr/doinst.sh new file mode 100644 index 0000000000000..5fb28930db0b9 --- /dev/null +++ b/desktop/arandr/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 |