cleanup after new install file location

This commit is contained in:
Walter Lapchynski 2018-10-12 21:50:57 -07:00
parent abc1aafe33
commit 74419de594
3 changed files with 5 additions and 7 deletions

View File

@ -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
View File

@ -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

View File

@ -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"