Skip to content

Commit 8ecd008

Browse files
committed
Merge branch 'dev' of github:FascodeNet/alterlinux into dev
2 parents 767ac5e + 03a72c4 commit 8ecd008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

channels/plasma/airootfs.any/root/customize_airootfs_plasma.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ function remove () {
7373

7474

7575
# Delete icon cache
76-
[[ -f /home/${username}/.cache/icon-cache.kcache ]] && rm /home/${username}/.cache/icon-cache.kcache
76+
remove "/home/${username}/.cache/icon-cache.kcache"
7777

7878

7979
if [[ "${arch}" = "x86_64" ]]; then

0 commit comments

Comments
 (0)