mirror of
https://github.com/mac-a-r0ni/lxqt.git
synced 2025-01-15 19:22:20 +01:00
12 lines
187 B
Bash
12 lines
187 B
Bash
#!/bin/sh
|
|
|
|
# update application db
|
|
|
|
/usr/bin/update-desktop-database /usr/share/applications
|
|
|
|
# update icon cache
|
|
|
|
gtk-update-icon-cache /usr/share/icons/hicolor
|
|
|
|
# End post install file
|