nextcloud ext re-added for both branches

This commit is contained in:
Francois B. (Makoto) 2020-07-26 14:29:58 +02:00
parent 0d7ec9e1a7
commit e4264aa298
2 changed files with 28 additions and 7 deletions

View file

@ -139,7 +139,7 @@ org.gnome.Geary;flatpak;internet;geary
birdtray;apt;internet;birdtray
telegram;apt;internet;telegram
skypeforlinux;apt;internet;skypeforlinux
nextcloud-client;apt;internet;nextcloud-client
nextcloud-desktop;apt;internet;nextcloud-desktop
deluge-gtk;apt;internet;deluge-gtk
deluge-torrent;apt;internet;deluge-torrent
vivaldi-stable;apt;internet;vivaldi-stable
@ -249,7 +249,6 @@ caja-wallpaper;apt;cajaplugins;caja-wallpaper
caja-sendto;apt;cajaplugins;caka-sendto
caja-image-converter;apt;cajaplugins;caja-image-converter
insync-caja;apt;cajaplugins;insync-caja
nextcloud-client-caja;apt;cajaplugins;nextcloud-client-caja
nautilus;apt;nautilus;nautilus
file-roller;apt;nautilus;file-roller
nautilus-emblems;apt;nautilus;nautilus-emblems
@ -426,7 +425,7 @@ opera-stable;addRepo_Opera
insync;addRepo_Insync
google-chrome-stable;addRepo_ChromeStable
atom;addRepo_Atom
nextcloud-client;addRepo_NextCloud
nextcloud-desktop;addRepo_NextCloud
wireshark;addRepo_WireShark
darktable;addRepo_DarkTable
brackets;addRepo_Brackets
@ -1139,6 +1138,7 @@ nodejslts;nodejslts_PostTrtFct
angularcli;angularcli_PostTrtFct
dockerio;dockerio_PostTrtFct
megasync;megasync_PostTrtFct
nextcloud-desktop;nextcloud_PostTrtFct
flatpak;flatpak_PostTrtFct
gcc8;gcc8_PostTrtFct
ruby-dev;ruby-dev_PostTrtFct
@ -1220,7 +1220,6 @@ function nodejslts_PostTrtFct () {
retCode $ret_code
}
#
# GEM / Ruby Dev
#
@ -1255,7 +1254,6 @@ function flatpak_PostTrtFct () {
fi
}
#
# MEGASync
#
@ -1268,6 +1266,18 @@ function megasync_PostTrtFct () {
fi
}
#
# Nextcloud
#
function nextcloud_PostTrtFct () {
if which nautilus >/dev/null; then
installPackage apt nextcloud-client-nautilus
fi
if which caja >/dev/null; then
installPackage apt nextcloud-client-caja
fi
}
#
# Docker
#

View file

@ -1018,6 +1018,7 @@ nodejslts;nodejslts_PostTrtFct
angularcli;angularcli_PostTrtFct
dockerio;dockerio_PostTrtFct
megasync;megasync_PostTrtFct
nextcloud-desktop;nextcloud_PostTrtFct
flatpak;flatpak_PostTrtFct
ruby-dev;ruby-dev_PostTrtFct
virtualbox;virtualbox_PostTrtFct
@ -1098,7 +1099,6 @@ function nodejslts_PostTrtFct () {
retCode $ret_code
}
#
# GEM / Ruby Dev
#
@ -1123,7 +1123,6 @@ function flatpak_PostTrtFct () {
fi
}
#
# MEGASync
#
@ -1136,6 +1135,18 @@ function megasync_PostTrtFct () {
fi
}
#
# Nextcloud
#
function nextcloud_PostTrtFct () {
if which nautilus >/dev/null; then
installPackage apt nautilus-nextcloud
fi
if which caja >/dev/null; then
installPackage apt caja-nextcloud
fi
}
#
# Docker
#