summaryrefslogtreecommitdiffstats
path: root/update
diff options
context:
space:
mode:
authorMartin Herkt <lachs0r@srsfckn.biz>2018-05-19 19:43:15 +0200
committerMartin Herkt <lachs0r@srsfckn.biz>2018-05-19 19:55:44 +0200
commit8c9abd8c7914b71562e2d81faad76015526a9f8e (patch)
treee18803e1bce2525b2470f7e1a458a0bccbbb0ae5 /update
parentcd8832585c96b450598e2fe8ebad006345e8e51d (diff)
downloadmpv-build-8c9abd8c7914b71562e2d81faad76015526a9f8e.tar.bz2
mpv-build-8c9abd8c7914b71562e2d81faad76015526a9f8e.tar.xz
Remove Debian scripts
What’s so special about this distro that we not only have a repository with scripts to compensate for the inability of its maintainers to package and distribute software to our users, but also have to deal with their incredibly bad tooling? Also, the instructions don’t work and only waste users’ time. If these “only exist for users who want to hurt themselves” then perhaps we shouldn’t have them in the first place, even if “wants to hurt themselves” practically describes the majority of Debian users. Closes #106.
Diffstat (limited to 'update')
-rwxr-xr-xupdate7
1 files changed, 0 insertions, 7 deletions
diff --git a/update b/update
index 2e43198..27d23af 100755
--- a/update
+++ b/update
@@ -104,11 +104,6 @@ do_bootstrap()
scripts/mpv-bootstrap
}
-do_update_debian_versions()
-{
- scripts/debian-update-versions $1
-}
-
if [ x"$1" != x"--skip-selfupdate" ]; then
(
set -ex
@@ -141,6 +136,4 @@ esac
checkout_all
-do_update_debian_versions
-
do_bootstrap