mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-04 18:57:13 +08:00
kio: added missing kio.install
This commit is contained in:
parent
49e9cdb5ef
commit
51ea3371d4
11
kio/kio.install
Normal file
11
kio/kio.install
Normal file
@ -0,0 +1,11 @@
|
||||
post_install() {
|
||||
update-desktop-database -q
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
post_install
|
||||
}
|
||||
|
||||
post_remove() {
|
||||
post_install
|
||||
}
|
Loading…
Reference in New Issue
Block a user