Compare commits

...

No commits in common. "v961" and "v963" have entirely different histories.
v961 ... v963

3 changed files with 6 additions and 6 deletions

View File

@ -22,8 +22,8 @@
#
#firefox System Initialisierung
PATH=$PATH:/opt/firefox/bin
PATH=$PATH:/opt/thunderbird/bin
MOZILLA_FIVE_HOME=/opt/firefox
MOZ_DIST_BIN=/opt/firefox/
PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/opt/firefox/lib/pkgconfig
PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/opt/thunderbird/lib/pkgconfig
export PATH MOZILLA_FIVE_HOME MOZ_DIST_BIN PKG_CONFIG_PATH

View File

@ -1,8 +1,8 @@
[Desktop Entry]
Comment=
Exec=/opt/firefox/bin/thunderbird
Exec=/opt/thunderbird/bin/thunderbird
Hidden=false
Icon=/opt/kde/share/icons/kdeclassic/16x16/apps/mozilla.png
Icon=/opt/kde/share/icons/nuvola/16x16/apps/mozilla-thunderbird.png
Name=Thunderbird
Path=
Terminal=0

View File

@ -57,8 +57,8 @@
#
if ! grep firefox /etc/ld.so.conf >/dev/null 2>&1; then
echo "/opt/firefox/lib" >>/etc/ld.so.conf
echo "/opt/thunderbird/lib/thunderbird" >>/etc/ld.so.conf
if [ -d /opt/firefox/lib64 ]; then
echo "/opt/firefox/lib64" >>/etc/ld.so.conf
echo "/opt/thunderbird/lib64/thunderbird" >>/etc/ld.so.conf
fi
fi