mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-10-23 10:42:20 +08:00
update tool/spark-dstore-patch.
Signed-off-by: shenmo <jifengshenmo@outlook.com>
This commit is contained in:
parent
8450e6afa6
commit
cfafc04628
@ -75,6 +75,11 @@ for app in $(enumAppInfoList); do
|
|||||||
done
|
done
|
||||||
wait
|
wait
|
||||||
|
|
||||||
|
if [ "$1" = "--debug" ]; then
|
||||||
|
echo "Cleaning links..."
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
find /usr/share/applications -xtype l -delete > /dev/null 2>&1 &
|
find /usr/share/applications -xtype l -delete > /dev/null 2>&1 &
|
||||||
find /usr/share/icons -xtype l -delete > /dev/null 2>&1 &
|
find /usr/share/icons -xtype l -delete > /dev/null 2>&1 &
|
||||||
find /usr/share/mime/packages -xtype l -delete > /dev/null 2>&1 &
|
find /usr/share/mime/packages -xtype l -delete > /dev/null 2>&1 &
|
||||||
@ -93,5 +98,9 @@ update-desktop-database -q > /dev/null 2>&1 &
|
|||||||
update-mime-database -V /usr/share/mime > /dev/null 2>&1 &
|
update-mime-database -V /usr/share/mime > /dev/null 2>&1 &
|
||||||
glib-compile-schemas /usr/share/glib-2.0/schemas/ > /dev/null 2>&1 &
|
glib-compile-schemas /usr/share/glib-2.0/schemas/ > /dev/null 2>&1 &
|
||||||
|
|
||||||
wait
|
if [ "$1" = "--debug" ]; then
|
||||||
|
wait
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
echo "----------------Finished----------------"
|
echo "----------------Finished----------------"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user