diff options
author | B Stack <bgstack15@gmail.com> | 2021-02-04 09:51:18 -0500 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2021-02-04 09:51:18 -0500 |
commit | 0571f4ba6d7179e395910d28a860625e30c163b0 (patch) | |
tree | 158f223b72efd20f639ddafcd124d418edc034d2 | |
parent | we probably do not need the 800+M dbgsym .deb (diff) | |
download | librewolf-debian-0571f4ba6d7179e395910d28a860625e30c163b0.tar.gz librewolf-debian-0571f4ba6d7179e395910d28a860625e30c163b0.tar.bz2 librewolf-debian-0571f4ba6d7179e395910d28a860625e30c163b0.zip |
remove dpkg-divert tasks
-rwxr-xr-x | scripts/prep-librewolf-dpkg.sh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/scripts/prep-librewolf-dpkg.sh b/scripts/prep-librewolf-dpkg.sh index b578529..8240869 100755 --- a/scripts/prep-librewolf-dpkg.sh +++ b/scripts/prep-librewolf-dpkg.sh @@ -1,7 +1,7 @@ #!/bin/bash # File: prep-librewolf-dpkg.sh # Location: https://gitlab.com/bgstack15/librewolf-linux.git -# Latest supported version: librewolf-84.0.2-2 +# Latest supported version: librewolf-85.0-1 # Author: bgstack15 # SPDX-License-Identifier: CC-BY-SA-4.0 # Startdate: 2020-11-29 @@ -251,6 +251,10 @@ cat "${new_changelog}" > "${debian_dir}"/changelog rm -f "${new_changelog:-NOTHINGTODEL}" +# remove dpkg-divert items which librewolf will not use +# thankfully dpkg-divert is the only tasks in these files as of 85.0 +rm -f "${debian_dir}"/browser.postrm.in "${debian_dir}"/browser.preinst.in + ##################################### # Build new assets # dpkg-buildpackage needs the orig tarball, debian tarball, and dsc file. |