]> git.pld-linux.org Git - packages/thunderbird.git/commitdiff
- the register option is gone, drop the post install scriptlet auto/th/thunderbird-68.0-6
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 16 Sep 2019 05:35:18 +0000 (07:35 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Mon, 16 Sep 2019 05:35:18 +0000 (07:35 +0200)
- rel 6

thunderbird.spec

index 18165b253c71448ec58b3566e49e64bf79b1d216..33e444849c3e6d030f62e8670f31ba92cf40e00d 100644 (file)
@@ -41,7 +41,7 @@ Summary:      Thunderbird - email client
 Summary(pl.UTF-8):     Thunderbird - klient poczty
 Name:          thunderbird
 Version:       68.0
-Release:       5
+Release:       6
 License:       MPL v2.0
 Group:         X11/Applications/Mail
 Source0:       http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/%{version}/source/%{name}-%{version}.source.tar.xz
@@ -1427,14 +1427,6 @@ exit 0
 
 %post
 %update_desktop_database_post
-# make temporary HOME, as it attempts to touch files in $HOME/.mozilla
-# dangerous if you run this with sudo with keep_env += HOME
-# also TMPDIR could be pointing to sudo user's homedir so we reset that too.
-export HOME=$(mktemp -d)
-unset TMPDIR TMP || :
-umask 022
-%{_libdir}/%{name}/thunderbird -register
-rm -rf $HOME
 
 %postun
 %update_desktop_database_postun
This page took 0.522158 seconds and 4 git commands to generate.