fix(debian): dconf profile now installed by justfile
This commit is contained in:
parent
bbd803ef75
commit
37c95bc3aa
2 changed files with 2 additions and 3 deletions
1
debian/cosmic-session.install
vendored
1
debian/cosmic-session.install
vendored
|
|
@ -1 +0,0 @@
|
||||||
data/dconf/profile/cosmic /usr/share/dconf/profile/
|
|
||||||
4
debian/rules
vendored
4
debian/rules
vendored
|
|
@ -20,8 +20,8 @@ override_dh_auto_clean:
|
||||||
|
|
||||||
if ! ischroot && test "${VENDOR}" = "1"; then \
|
if ! ischroot && test "${VENDOR}" = "1"; then \
|
||||||
mkdir -p .cargo; \
|
mkdir -p .cargo; \
|
||||||
cargo vendor --sync Cargo.toml | head -n -1 > .cargo/config; \
|
cargo vendor --sync Cargo.toml | head -n -1 > .cargo/config.toml; \
|
||||||
echo 'directory = "vendor"' >> .cargo/config; \
|
echo 'directory = "vendor"' >> .cargo/config.toml; \
|
||||||
tar pcf vendor.tar vendor; \
|
tar pcf vendor.tar vendor; \
|
||||||
rm -rf vendor; \
|
rm -rf vendor; \
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue