Merge updates from master

This commit is contained in:
Repository mirror & CI
2019-06-11 16:04:16 +00:00
2 changed files with 0 additions and 24 deletions

View File

@@ -31,15 +31,3 @@ src_configure() {
$(use_with libsamplerate) \
$(use_with png libpng)
}
pkg_preinst() {
xdg_pkg_preinst
}
pkg_postinst() {
xdg_pkg_postinst
}
pkg_postrm() {
xdg_pkg_postrm
}

View File

@@ -40,15 +40,3 @@ src_configure() {
$(use_with png libpng) \
$(use_with zlib)
}
pkg_preinst() {
xdg_pkg_preinst
}
pkg_postinst() {
xdg_pkg_postinst
}
pkg_postrm() {
xdg_pkg_postrm
}