mirror of
https://github.com/archlinux/aur.git
synced 2026-03-06 10:22:28 +01:00
4 lines
96 B
Text
4 lines
96 B
Text
post_install() {
|
|
echo "Updating desktop and mime database ..."
|
|
update-desktop-database -q
|
|
}
|