mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 13:57:19 +08:00
hidden syscoca rebuild message during install
This commit is contained in:
parent
1fc159a68f
commit
37dd80a502
@ -1,7 +1,7 @@
|
|||||||
post_install() {
|
post_install() {
|
||||||
|
|
||||||
update-mime-database usr/share/mime > /dev/null 2>&1
|
update-mime-database usr/share/mime > /dev/null 2>&1
|
||||||
kbuildsycoca4
|
kbuildsycoca4 --noincremental &> /dev/null
|
||||||
|
|
||||||
echo " * You may want to pacman -Ss libreoffice-extensions"
|
echo " * You may want to pacman -Ss libreoffice-extensions"
|
||||||
echo " to see what extensions are prepared to install"
|
echo " to see what extensions are prepared to install"
|
||||||
@ -12,10 +12,10 @@ echo " * make sure you have installed some ttf fonts (ttf-dejavu recommended)"
|
|||||||
post_upgrade() {
|
post_upgrade() {
|
||||||
# post_install $1
|
# post_install $1
|
||||||
update-mime-database usr/share/mime > /dev/null 2>&1
|
update-mime-database usr/share/mime > /dev/null 2>&1
|
||||||
kbuildsycoca4
|
kbuildsycoca4 --noincremental &> /dev/null
|
||||||
}
|
}
|
||||||
|
|
||||||
post_remove() {
|
post_remove() {
|
||||||
update-mime-database usr/share/mime > /dev/null 2>&1
|
update-mime-database usr/share/mime > /dev/null 2>&1
|
||||||
kbuildsycoca4
|
kbuildsycoca4 --noincremental &> /dev/null
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user