Use correct functions for postinst and prerm in Looper ebuild
This commit is contained in:
parent
c6de8d06f0
commit
e87d964243
1 changed files with 2 additions and 2 deletions
|
@ -157,9 +157,9 @@ src_install() {
|
|||
# Again, verify the Makefiles! We don't want anything falling
|
||||
# outside of ${D}.
|
||||
}
|
||||
src_postinst() {
|
||||
pkg_postinst() {
|
||||
xdg_desktop_database_update
|
||||
}
|
||||
src_postrm() {
|
||||
pkg_postrm() {
|
||||
xdg_desktop_database_update
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue