nextcloud ext re-added for both branches
This commit is contained in:
parent
0d7ec9e1a7
commit
e4264aa298
2 changed files with 28 additions and 7 deletions
|
@ -139,7 +139,7 @@ org.gnome.Geary;flatpak;internet;geary
|
||||||
birdtray;apt;internet;birdtray
|
birdtray;apt;internet;birdtray
|
||||||
telegram;apt;internet;telegram
|
telegram;apt;internet;telegram
|
||||||
skypeforlinux;apt;internet;skypeforlinux
|
skypeforlinux;apt;internet;skypeforlinux
|
||||||
nextcloud-client;apt;internet;nextcloud-client
|
nextcloud-desktop;apt;internet;nextcloud-desktop
|
||||||
deluge-gtk;apt;internet;deluge-gtk
|
deluge-gtk;apt;internet;deluge-gtk
|
||||||
deluge-torrent;apt;internet;deluge-torrent
|
deluge-torrent;apt;internet;deluge-torrent
|
||||||
vivaldi-stable;apt;internet;vivaldi-stable
|
vivaldi-stable;apt;internet;vivaldi-stable
|
||||||
|
@ -249,7 +249,6 @@ caja-wallpaper;apt;cajaplugins;caja-wallpaper
|
||||||
caja-sendto;apt;cajaplugins;caka-sendto
|
caja-sendto;apt;cajaplugins;caka-sendto
|
||||||
caja-image-converter;apt;cajaplugins;caja-image-converter
|
caja-image-converter;apt;cajaplugins;caja-image-converter
|
||||||
insync-caja;apt;cajaplugins;insync-caja
|
insync-caja;apt;cajaplugins;insync-caja
|
||||||
nextcloud-client-caja;apt;cajaplugins;nextcloud-client-caja
|
|
||||||
nautilus;apt;nautilus;nautilus
|
nautilus;apt;nautilus;nautilus
|
||||||
file-roller;apt;nautilus;file-roller
|
file-roller;apt;nautilus;file-roller
|
||||||
nautilus-emblems;apt;nautilus;nautilus-emblems
|
nautilus-emblems;apt;nautilus;nautilus-emblems
|
||||||
|
@ -426,7 +425,7 @@ opera-stable;addRepo_Opera
|
||||||
insync;addRepo_Insync
|
insync;addRepo_Insync
|
||||||
google-chrome-stable;addRepo_ChromeStable
|
google-chrome-stable;addRepo_ChromeStable
|
||||||
atom;addRepo_Atom
|
atom;addRepo_Atom
|
||||||
nextcloud-client;addRepo_NextCloud
|
nextcloud-desktop;addRepo_NextCloud
|
||||||
wireshark;addRepo_WireShark
|
wireshark;addRepo_WireShark
|
||||||
darktable;addRepo_DarkTable
|
darktable;addRepo_DarkTable
|
||||||
brackets;addRepo_Brackets
|
brackets;addRepo_Brackets
|
||||||
|
@ -1139,6 +1138,7 @@ nodejslts;nodejslts_PostTrtFct
|
||||||
angularcli;angularcli_PostTrtFct
|
angularcli;angularcli_PostTrtFct
|
||||||
dockerio;dockerio_PostTrtFct
|
dockerio;dockerio_PostTrtFct
|
||||||
megasync;megasync_PostTrtFct
|
megasync;megasync_PostTrtFct
|
||||||
|
nextcloud-desktop;nextcloud_PostTrtFct
|
||||||
flatpak;flatpak_PostTrtFct
|
flatpak;flatpak_PostTrtFct
|
||||||
gcc8;gcc8_PostTrtFct
|
gcc8;gcc8_PostTrtFct
|
||||||
ruby-dev;ruby-dev_PostTrtFct
|
ruby-dev;ruby-dev_PostTrtFct
|
||||||
|
@ -1220,7 +1220,6 @@ function nodejslts_PostTrtFct () {
|
||||||
retCode $ret_code
|
retCode $ret_code
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# GEM / Ruby Dev
|
# GEM / Ruby Dev
|
||||||
#
|
#
|
||||||
|
@ -1255,7 +1254,6 @@ function flatpak_PostTrtFct () {
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# MEGASync
|
# MEGASync
|
||||||
#
|
#
|
||||||
|
@ -1268,6 +1266,18 @@ function megasync_PostTrtFct () {
|
||||||
fi
|
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
|
# Docker
|
||||||
#
|
#
|
||||||
|
|
|
@ -1018,6 +1018,7 @@ nodejslts;nodejslts_PostTrtFct
|
||||||
angularcli;angularcli_PostTrtFct
|
angularcli;angularcli_PostTrtFct
|
||||||
dockerio;dockerio_PostTrtFct
|
dockerio;dockerio_PostTrtFct
|
||||||
megasync;megasync_PostTrtFct
|
megasync;megasync_PostTrtFct
|
||||||
|
nextcloud-desktop;nextcloud_PostTrtFct
|
||||||
flatpak;flatpak_PostTrtFct
|
flatpak;flatpak_PostTrtFct
|
||||||
ruby-dev;ruby-dev_PostTrtFct
|
ruby-dev;ruby-dev_PostTrtFct
|
||||||
virtualbox;virtualbox_PostTrtFct
|
virtualbox;virtualbox_PostTrtFct
|
||||||
|
@ -1098,7 +1099,6 @@ function nodejslts_PostTrtFct () {
|
||||||
retCode $ret_code
|
retCode $ret_code
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# GEM / Ruby Dev
|
# GEM / Ruby Dev
|
||||||
#
|
#
|
||||||
|
@ -1123,7 +1123,6 @@ function flatpak_PostTrtFct () {
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# MEGASync
|
# MEGASync
|
||||||
#
|
#
|
||||||
|
@ -1136,6 +1135,18 @@ function megasync_PostTrtFct () {
|
||||||
fi
|
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
|
# Docker
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue