Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=fvbe.git;a=commitdiff;h=c455d7fc0725238fc0fd83b6881800b06de7d585

commit c455d7fc0725238fc0fd83b6881800b06de7d585
Author: crazy <[email protected]>
Date:   Sun Oct 22 05:06:45 2017 +0200

wipe $desktop/modules

diff --git a/calamares/calamares-config-base/modules/packages.conf 
b/calamares/calamares-config-base/modules/packages.conf
deleted file mode 100644
index c0bc621..0000000
--- a/calamares/calamares-config-base/modules/packages.conf
+++ /dev/null
@@ -1,53 +0,0 @@
----
-#
-# Which package manager to use, options are:
-#  - packagekit  - PackageKit CLI tool
-#  - zypp        - Zypp RPM frontend
-#  - yum         - Yum RPM frontend
-#  - dnf         - DNF, the new RPM frontend
-#  - urpmi       - Mandriva package manager
-#  - apt         - APT frontend for DEB and RPM
-#  - pacman      - Pacman
-#  - portage    - Gentoo package manager
-#  - entropy    - Sabayon package manager
-#
-backend: pacman
-
-update_db: false
-
-#
-# List of maps with package operations such as install or remove.
-# Distro developers can provide a list of packages to remove
-# from the installed system (for instance packages meant only
-# for the live system).
-#
-# A job implementing a distro specific logic to determine other
-# packages that need to be installed or removed can run before
-# this one. Distro developers may want to install locale packages
-# or remove drivers not needed on the installed system.
-# This job will populate a list of dictionaries in the global
-# storage called "packageOperations" and it is processed
-# after the static list in the job configuration.
-#
-#operations:
-#  - install:
-#      - pkg1
-#      - pkg2
-#  - remove:
-#      - pkg3
-#      - pkg4
-#  - try_install:   # no system install failure if a package cannot be 
installed
-#      - pkg5
-#  - try_remove:    # no system install failure if a package cannot be removed
-#      - pkg2
-#      - pkg1
-#  - install:
-#      - pkgs6
-#      - pkg7
-#  - localInstall:
-#      - /path/to/pkg8
-
-operations:
-  - install:
-      - base
-      - openssh
diff --git a/calamares/calamares-config-enlightenment/modules/packages.conf 
b/calamares/calamares-config-enlightenment/modules/packages.conf
deleted file mode 100644
index 81bfff9..0000000
--- a/calamares/calamares-config-enlightenment/modules/packages.conf
+++ /dev/null
@@ -1,69 +0,0 @@
----
-#
-# Which package manager to use, options are:
-#  - packagekit  - PackageKit CLI tool
-#  - zypp        - Zypp RPM frontend
-#  - yum         - Yum RPM frontend
-#  - dnf         - DNF, the new RPM frontend
-#  - urpmi       - Mandriva package manager
-#  - apt         - APT frontend for DEB and RPM
-#  - pacman      - Pacman
-#  - portage    - Gentoo package manager
-#  - entropy    - Sabayon package manager
-#
-backend: pacman
-
-update_db: false
-
-#
-# List of maps with package operations such as install or remove.
-# Distro developers can provide a list of packages to remove
-# from the installed system (for instance packages meant only
-# for the live system).
-#
-# A job implementing a distro specific logic to determine other
-# packages that need to be installed or removed can run before
-# this one. Distro developers may want to install locale packages
-# or remove drivers not needed on the installed system.
-# This job will populate a list of dictionaries in the global
-# storage called "packageOperations" and it is processed
-# after the static list in the job configuration.
-#
-#operations:
-#  - install:
-#      - pkg1
-#      - pkg2
-#  - remove:
-#      - pkg3
-#      - pkg4
-#  - try_install:   # no system install failure if a package cannot be 
installed
-#      - pkg5
-#  - try_remove:    # no system install failure if a package cannot be removed
-#      - pkg2
-#      - pkg1
-#  - install:
-#      - pkgs6
-#      - pkg7
-#  - localInstall:
-#      - /path/to/pkg8
-
-operations:
-  - install:
-      - base
-      - sddm
-      - efl
-      - python-efl
-      - connman
-      - econnman
-      - enlightenment
-      - terminology
-      - vlc
-      - qupzilla
-      - kate
-      - xorg-server
-      - xset
-      - xsetroot
-      - mkfontdir
-      - xprop
-      - setxkbmap
-      - cups
diff --git a/calamares/calamares-config-gnome/modules/packages.conf 
b/calamares/calamares-config-gnome/modules/packages.conf
deleted file mode 100644
index 49f1dd5..0000000
--- a/calamares/calamares-config-gnome/modules/packages.conf
+++ /dev/null
@@ -1,57 +0,0 @@
----
-#
-# Which package manager to use, options are:
-#  - packagekit  - PackageKit CLI tool
-#  - zypp        - Zypp RPM frontend
-#  - yum         - Yum RPM frontend
-#  - dnf         - DNF, the new RPM frontend
-#  - urpmi       - Mandriva package manager
-#  - apt         - APT frontend for DEB and RPM
-#  - pacman      - Pacman
-#  - portage    - Gentoo package manager
-#  - entropy    - Sabayon package manager
-#
-backend: pacman
-
-update_db: false
-
-#
-# List of maps with package operations such as install or remove.
-# Distro developers can provide a list of packages to remove
-# from the installed system (for instance packages meant only
-# for the live system).
-#
-# A job implementing a distro specific logic to determine other
-# packages that need to be installed or removed can run before
-# this one. Distro developers may want to install locale packages
-# or remove drivers not needed on the installed system.
-# This job will populate a list of dictionaries in the global
-# storage called "packageOperations" and it is processed
-# after the static list in the job configuration.
-#
-#operations:
-#  - install:
-#      - pkg1
-#      - pkg2
-#  - remove:
-#      - pkg3
-#      - pkg4
-#  - try_install:   # no system install failure if a package cannot be 
installed
-#      - pkg5
-#  - try_remove:    # no system install failure if a package cannot be removed
-#      - pkg2
-#      - pkg1
-#  - install:
-#      - pkgs6
-#      - pkg7
-#  - localInstall:
-#      - /path/to/pkg8
-
-operations:
-  - install:
-      - base
-      - gnome
-      - gdm
-      - polkit-gnome
-      - cups
-
diff --git a/calamares/calamares-config-i3/modules/packages.conf 
b/calamares/calamares-config-i3/modules/packages.conf
deleted file mode 100644
index 2ba343e..0000000
--- a/calamares/calamares-config-i3/modules/packages.conf
+++ /dev/null
@@ -1,55 +0,0 @@
----
-#
-# Which package manager to use, options are:
-#  - packagekit  - PackageKit CLI tool
-#  - zypp        - Zypp RPM frontend
-#  - yum         - Yum RPM frontend
-#  - dnf         - DNF, the new RPM frontend
-#  - urpmi       - Mandriva package manager
-#  - apt         - APT frontend for DEB and RPM
-#  - pacman      - Pacman
-#  - portage    - Gentoo package manager
-#  - entropy    - Sabayon package manager
-#
-backend: pacman
-
-update_db: false
-
-#
-# List of maps with package operations such as install or remove.
-# Distro developers can provide a list of packages to remove
-# from the installed system (for instance packages meant only
-# for the live system).
-#
-# A job implementing a distro specific logic to determine other
-# packages that need to be installed or removed can run before
-# this one. Distro developers may want to install locale packages
-# or remove drivers not needed on the installed system.
-# This job will populate a list of dictionaries in the global
-# storage called "packageOperations" and it is processed
-# after the static list in the job configuration.
-#
-#operations:
-#  - install:
-#      - pkg1
-#      - pkg2
-#  - remove:
-#      - pkg3
-#      - pkg4
-#  - try_install:   # no system install failure if a package cannot be 
installed
-#      - pkg5
-#  - try_remove:    # no system install failure if a package cannot be removed
-#      - pkg2
-#      - pkg1
-#  - install:
-#      - pkgs6
-#      - pkg7
-#  - localInstall:
-#      - /path/to/pkg8
-
-operations:
-  - install:
-      - base
-      - sddm
-      - i3
-      - xterm
diff --git a/calamares/calamares-config-plasma/modules/packages.conf 
b/calamares/calamares-config-plasma/modules/packages.conf
deleted file mode 100644
index 6b49e8b..0000000
--- a/calamares/calamares-config-plasma/modules/packages.conf
+++ /dev/null
@@ -1,70 +0,0 @@
----
-#
-# Which package manager to use, options are:
-#  - packagekit  - PackageKit CLI tool
-#  - zypp        - Zypp RPM frontend
-#  - yum         - Yum RPM frontend
-#  - dnf         - DNF, the new RPM frontend
-#  - urpmi       - Mandriva package manager
-#  - apt         - APT frontend for DEB and RPM
-#  - pacman      - Pacman
-#  - portage    - Gentoo package manager
-#  - entropy    - Sabayon package manager
-#
-backend: pacman
-
-update_db: false
-
-#
-# List of maps with package operations such as install or remove.
-# Distro developers can provide a list of packages to remove
-# from the installed system (for instance packages meant only
-# for the live system).
-#
-# A job implementing a distro specific logic to determine other
-# packages that need to be installed or removed can run before
-# this one. Distro developers may want to install locale packages
-# or remove drivers not needed on the installed system.
-# This job will populate a list of dictionaries in the global
-# storage called "packageOperations" and it is processed
-# after the static list in the job configuration.
-#
-#operations:
-#  - install:
-#      - pkg1
-#      - pkg2
-#  - remove:
-#      - pkg3
-#      - pkg4
-#  - try_install:   # no system install failure if a package cannot be 
installed
-#      - pkg5
-#  - try_remove:    # no system install failure if a package cannot be removed
-#      - pkg2
-#      - pkg1
-#  - install:
-#      - pkgs6
-#      - pkg7
-#  - localInstall:
-#      - /path/to/pkg8
-# NOTE: do not add virtualbox-guest-additions packages here
-# we handle whe we detect we run in vbox from cala itself
-operations:
-  - install:
-      - base
-      - kf5
-      - plasma
-      - sddm
-      - kio-gdrive
-      - vlc
-      - dolphin
-      - konsole
-      - kate
-      - spectacle
-      - gwenview
-      - ark
-      - kdegraphics-thumbnailers
-      - kdesdk-thumbnailers
-      - ffmpegthumbs
-      - qupzilla
-      - cups
-      - okular
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to