diff options
author | Vitaly Zdanevich <zdanevich.vitaly@ya.ru> | 2024-06-29 05:21:38 +0400 |
---|---|---|
committer | Vitaly Zdanevich <zdanevich.vitaly@ya.ru> | 2024-06-29 05:21:38 +0400 |
commit | c950092ace5a32466ef68c2c69e60f3e6b5b8d21 (patch) | |
tree | 4565204eb64025471624592512a727972e573954 /sys-boot/grml-rescueboot | |
parent | x11-misc/rofi-emoji: new package, add 3.3.0 (diff) | |
download | guru-c950092ace5a32466ef68c2c69e60f3e6b5b8d21.tar.gz guru-c950092ace5a32466ef68c2c69e60f3e6b5b8d21.tar.bz2 guru-c950092ace5a32466ef68c2c69e60f3e6b5b8d21.zip |
sys-boot/grml-rescueboot: remove reduntant unpack_deb
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
Diffstat (limited to 'sys-boot/grml-rescueboot')
-rw-r--r-- | sys-boot/grml-rescueboot/grml-rescueboot-0.6.1.ebuild | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys-boot/grml-rescueboot/grml-rescueboot-0.6.1.ebuild b/sys-boot/grml-rescueboot/grml-rescueboot-0.6.1.ebuild index 359f6bb07..9673a628c 100644 --- a/sys-boot/grml-rescueboot/grml-rescueboot-0.6.1.ebuild +++ b/sys-boot/grml-rescueboot/grml-rescueboot-0.6.1.ebuild @@ -19,10 +19,6 @@ RDEPEND=" sys-boot/grub " -src_unpack() { - unpack_deb ${A} -} - src_install() { insinto /etc/default/ doins etc/default/grml-rescueboot |