diff options
Diffstat (limited to 'patches/source/hplip/doinst.sh')
-rw-r--r-- | patches/source/hplip/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/patches/source/hplip/doinst.sh b/patches/source/hplip/doinst.sh new file mode 100644 index 00000000..8f9648e0 --- /dev/null +++ b/patches/source/hplip/doinst.sh @@ -0,0 +1,4 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database /usr/share/applications >/dev/null 2>&1 +fi + |