cleanup after new install file location

ubuntu/focal
Walter Lapchynski 6 years ago
parent abc1aafe33
commit 74419de594

@ -1,3 +0,0 @@
# Although it's technically against policy, in this case it's justified because it's the only way
calamares-settings-lubuntu: package-contains-file-in-etc-skel etc/skel/Desktop/
calamares-settings-lubuntu: package-contains-file-in-etc-skel etc/skel/Desktop/calamares.desktop

7
debian/changelog vendored

@ -1,9 +1,10 @@
calamares-settings-ubuntu (26) cosmic; urgency=medium
* Lubuntu: fix check for EFI architecture.
* Lubuntu: fix location of installer .desktop.
* Lubuntu: fix check for EFI architecture.
* Lubuntu: fix location of installer .desktop.
* Lubuntu: remove Lintian overrides related to the old installer .desktop.
-- Walter Lapchynski <wxl@ubuntu.com> Fri, 12 Oct 2018 18:39:27 -0700
-- Walter Lapchynski <wxl@ubuntu.com> Fri, 12 Oct 2018 21:04:44 -0700
calamares-settings-ubuntu (25) cosmic; urgency=medium

@ -6,4 +6,4 @@
dontChroot: false
timeout: 120
firmwareType:
"*": "-for i in `ls @@ROOT@@/home/`; do rm @@ROOT@@/home/$i/Desktop/calamares.desktop || exit 0; done"
"*": "-for i in `ls @@ROOT@@/home/`; do rm @@ROOT@@/home/$i/Desktop/lubuntu-calamares.desktop || exit 0; done"

Loading…
Cancel
Save