mirror of
https://github.com/mac-a-r0ni/lxqt.git
synced 2025-01-28 15:52:20 +01:00
8 lines
116 B
Bash
8 lines
116 B
Bash
#!/bin/sh
|
|
#
|
|
# post-install: update desktop database
|
|
|
|
/usr/bin/update-desktop-database /usr/share/applications
|
|
|
|
#EOF
|