From 6019b37a82f16bda8bea7f2ecda6a1747b810b55 Mon Sep 17 00:00:00 2001 From: sharkdp Date: Sun, 20 Sep 2020 18:26:54 +0200 Subject: [PATCH] Do not install themes/filetypes in Debian packages --- ci/before_deploy.bash | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ci/before_deploy.bash b/ci/before_deploy.bash index 5a227a7..17e07aa 100755 --- a/ci/before_deploy.bash +++ b/ci/before_deploy.bash @@ -80,12 +80,6 @@ make_deb() { install -Dm644 LICENSE-MIT "$tempdir/usr/share/doc/$PROJECT_NAME/LICENSE-MIT" install -Dm644 LICENSE-APACHE "$tempdir/usr/share/doc/$PROJECT_NAME/LICENSE-APACHE" - # filetype database and themes - mkdir -p "$tempdir/usr/share/$PROJECT_NAME/" - install -Dm644 config/filetypes.yml "$tempdir/usr/share/$PROJECT_NAME/" - mkdir -p "$tempdir/usr/share/$PROJECT_NAME/themes/" - install -Dm644 themes/* "$tempdir/usr/share/$PROJECT_NAME/themes/" - # Control file mkdir "$tempdir/DEBIAN" cat > "$tempdir/DEBIAN/control" <