mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
addons: use default install_binary_addon helper instead of boiler plate
This commit is contained in:
@@ -172,8 +172,7 @@ if [ "$PKG_IS_ADDON" = "yes" ] ; then
|
||||
if [ "$(type -t addon)" = "function" ]; then
|
||||
addon
|
||||
else
|
||||
echo "*** unsupported package format. please convert your package ***"
|
||||
exit 1
|
||||
install_binary_addon $PKG_NAME $PKG_ADDON_ID
|
||||
fi
|
||||
|
||||
# HACK for packages that provide multiple addons like screensavers.rsxs
|
||||
|
||||
Reference in New Issue
Block a user