mirror of
https://gitee.com/amber-ce/amber-pm
synced 2026-05-14 02:00:20 +08:00
修复缺少Pixmaps目录透传的问题
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
Package: apm
|
Package: apm
|
||||||
Version: 1.1.4
|
Version: 1.1.5
|
||||||
Maintainer: shenmo <jifengshenmo@outlook.com>
|
Maintainer: shenmo <jifengshenmo@outlook.com>
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Section: utils
|
Section: utils
|
||||||
|
|||||||
@@ -140,6 +140,7 @@ ln -sfv ../../usr/share/applications/ .
|
|||||||
ln -sfv ../../usr/share/icons/ .
|
ln -sfv ../../usr/share/icons/ .
|
||||||
ln -sfv ../../usr/share/templates/ .
|
ln -sfv ../../usr/share/templates/ .
|
||||||
#ln -svf ../../usr/share/mime .
|
#ln -svf ../../usr/share/mime .
|
||||||
|
ln -sfv ../../usr/share/pixmaps/ .
|
||||||
rm -vf ./mime
|
rm -vf ./mime
|
||||||
update-desktop-database /usr/share/applications || true
|
update-desktop-database /usr/share/applications || true
|
||||||
update-mime-database /usr/share/mime || true
|
update-mime-database /usr/share/mime || true
|
||||||
|
|||||||
Reference in New Issue
Block a user