#!/bin/sh

if [ -f /etc/apk/repositories.d/alt-ruby-els.list ]; then
    rm -f /etc/apk/repositories.d/alt-ruby-els.list
fi

exit 0
