mirror of
https://github.com/archlinux/aur.git
synced 2026-03-05 12:12:40 +01:00
5 lines
106 B
Text
5 lines
106 B
Text
post_install() {
|
|
echo -n "Updating desktop database ..."
|
|
update-desktop-database -q
|
|
echo " done."
|
|
}
|