Update install.sh
This commit is contained in:
parent
7333dc7035
commit
c876a52356
1 changed files with 10 additions and 10 deletions
20
install.sh
20
install.sh
|
@ -113,16 +113,16 @@ install() {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
(
|
(
|
||||||
cd ${THEME_DIR}
|
cd ${THEME_DIR}
|
||||||
ln -sf actions actions@2x
|
ln -sf actions actions@2x
|
||||||
ln -sf animations animations@2x
|
ln -sf animations animations@2x
|
||||||
ln -sf apps apps@2x
|
ln -sf apps apps@2x
|
||||||
ln -sf categories categories@2x
|
ln -sf categories categories@2x
|
||||||
ln -sf devices devices@2x
|
ln -sf devices devices@2x
|
||||||
ln -sf emblems emblems@2x
|
ln -sf emblems emblems@2x
|
||||||
ln -sf mimes mimes@2x
|
ln -sf mimes mimes@2x
|
||||||
ln -sf places places@2x
|
ln -sf places places@2x
|
||||||
ln -sf status status@2x
|
ln -sf status status@2x
|
||||||
)
|
)
|
||||||
|
|
||||||
gtk-update-icon-cache ${THEME_DIR}
|
gtk-update-icon-cache ${THEME_DIR}
|
||||||
|
|
Loading…
Reference in a new issue