io.elementary.icons: use unquoted globs with rm
This commit is contained in:
parent
6bce4daed9
commit
e9deb5098a
@ -1,7 +1,7 @@
|
|||||||
# Template file for 'io.elementary.icons'
|
# Template file for 'io.elementary.icons'
|
||||||
pkgname=io.elementary.icons
|
pkgname=io.elementary.icons
|
||||||
version=5.0
|
version=5.0
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="icons-${version}"
|
wrksrc="icons-${version}"
|
||||||
build_style=meson
|
build_style=meson
|
||||||
short_desc="Named, vector icons for elementary OS"
|
short_desc="Named, vector icons for elementary OS"
|
||||||
@ -13,7 +13,7 @@ checksum=7ef504b8766855e66dfac0fc09135433131cacfdb58bad142151943cf39f6313
|
|||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# How did that get there?
|
# How did that get there?
|
||||||
rm -f "${DESTDIR}/.VolumeIcon*"
|
rm -- "${DESTDIR}/.VolumeIcon."*
|
||||||
# elementary branding ¯\_O_/¯
|
# elementary branding ¯\_O_/¯
|
||||||
rm -f "${DESTDIR}/usr/share/icons/elementary/*/*/distributor-logo*"
|
rm -- "${DESTDIR}/usr/share/icons/elementary/"*/*/distributor-logo*
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user