Merge pull request 'x11-themes/*: remove call to an non-existant `xdg_icon_savelist` function' (#25) from kuraga/calculate-overlay:fix-xdg_icon_savelist into develop

Reviewed-on: #25
pull/26/head
commit c463270a36

@ -32,10 +32,6 @@ src_install() {
doins -r .
}
pkg_preinst() {
xdg_icon_savelist
}
pkg_postinst() {
xdg_icon_cache_update
}

@ -32,10 +32,6 @@ src_install() {
doins -r .
}
pkg_preinst() {
xdg_icon_savelist
}
pkg_postinst() {
xdg_icon_cache_update
}

@ -33,10 +33,6 @@ src_install() {
doins -r .
}
pkg_preinst() {
xdg_icon_savelist
}
pkg_postinst() {
xdg_icon_cache_update
}

@ -33,10 +33,6 @@ src_install() {
doins -r .
}
pkg_preinst() {
xdg_icon_savelist
}
pkg_postinst() {
xdg_icon_cache_update
}

@ -25,10 +25,6 @@ src_install() {
doins -r elementary
}
pkg_preinst() {
xdg_icon_savelist
}
pkg_postinst() {
xdg_icon_cache_update
}

@ -24,10 +24,6 @@ src_install() {
doins -r elementary
}
pkg_preinst() {
xdg_icon_savelist
}
pkg_postinst() {
xdg_icon_cache_update
}

Loading…
Cancel
Save