mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
10 lines
276 B
Text
Executable file
10 lines
276 B
Text
Executable file
# amber-pm-store.install
|
|
post_install() {
|
|
xdg-mime default apm-store.desktop x-scheme-handler/apmstore
|
|
update-mime-database /usr/share/mime || true
|
|
}
|
|
|
|
post_upgrade() {
|
|
xdg-mime default apm-store.desktop x-scheme-handler/apmstore
|
|
update-mime-database /usr/share/mime || true
|
|
}
|