diff --git a/debian/changelog b/debian/changelog index b71e4ba..c644658 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,16 @@ -lubuntu-artwork (20.04.1) UNRELEASED; urgency=medium +lubuntu-artwork (20.04.1) focal; urgency=medium + [ Simon Quigley ] * Replace wall.png with a symbolic link to the default wallpaper. - -- Simon Quigley Thu, 07 Nov 2019 11:42:29 -0600 + [ Raman Sarda ] + * Modified lubuntu-grub-theme + - Removed postinstall and preinstall files. + - Removed cfg script from /etc/default/grub.d/ + - Modified install file accordingly. + - Make hummingbird logo appear on grub menu entry. + + -- Raman Sarda Sat, 09 Nov 2019 22:57:03 +0530 lubuntu-artwork (19.10.3) eoan; urgency=medium diff --git a/debian/lubuntu-grub-theme.install b/debian/lubuntu-grub-theme.install index 9788204..92dff1d 100644 --- a/debian/lubuntu-grub-theme.install +++ b/debian/lubuntu-grub-theme.install @@ -1,2 +1 @@ -src/etc/default/grub.d/lubuntu-grub-theme.cfg /etc/default/grub.d/ src/boot/grub/themes/lubuntu-grub-theme /boot/grub/themes/ diff --git a/debian/lubuntu-grub-theme.postinst b/debian/lubuntu-grub-theme.postinst deleted file mode 100644 index 0ac8c24..0000000 --- a/debian/lubuntu-grub-theme.postinst +++ /dev/null @@ -1,24 +0,0 @@ -#!/bin/sh -# postinst script for lubuntu-grub-theme - -#DEBHELPER# - -set -e - -case "$1" in - configure) - - update-grub - - ;; - - abort-upgrade|abort-remove|abort-deconfigure) - ;; - - *) - echo "postinst called with unknown argument \`$1'" >&2 - exit 1 - ;; -esac - -exit 0 diff --git a/debian/lubuntu-grub-theme.prerm b/debian/lubuntu-grub-theme.prerm deleted file mode 100644 index cff9ba5..0000000 --- a/debian/lubuntu-grub-theme.prerm +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/sh -# prerm script for lubuntu-grub-theme - -set -e - -#DEBHELPER# - -case "$1" in - remove|upgrade|deconfigure) - rm /etc/default/grub.d/lubuntu-grub-theme.cfg - update-grub - ;; - - failed-upgrade) - ;; - - *) - echo "prerm called with unknown argument \`$1'" >&2 - exit 1 - ;; -esac - -exit 0 diff --git a/src/boot/grub/themes/lubuntu-grub-theme/icons/ubuntu.png b/src/boot/grub/themes/lubuntu-grub-theme/icons/ubuntu.png new file mode 120000 index 0000000..69295f4 --- /dev/null +++ b/src/boot/grub/themes/lubuntu-grub-theme/icons/ubuntu.png @@ -0,0 +1 @@ +lubuntu.png \ No newline at end of file diff --git a/src/etc/default/grub.d/lubuntu-grub-theme.cfg b/src/etc/default/grub.d/lubuntu-grub-theme.cfg deleted file mode 100644 index d3fc459..0000000 --- a/src/etc/default/grub.d/lubuntu-grub-theme.cfg +++ /dev/null @@ -1 +0,0 @@ -GRUB_THEME=/boot/grub/themes/lubuntu-grub-theme/theme.txt