Linux server.flyproject.com.br 3.10.0-1160.el7.x86_64 #1 SMP Mon Oct 19 16:18:59 UTC 2020 x86_64
Apache
: 207.244.227.86 | : 216.73.217.1
10 Domain
7.1.33
hubnog
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
etc /
rpm /
[ HOME SHELL ]
Name
Size
Permission
Action
macros.color
151
B
-rw-r--r--
macros.dist
66
B
-rw-r--r--
macros.dwz
1.76
KB
-rw-r--r--
macros.ea-php56-php
436
B
-rw-r--r--
macros.ea-php70-php
436
B
-rw-r--r--
macros.ea-php71-php
436
B
-rw-r--r--
macros.ea-php72-php
436
B
-rw-r--r--
macros.ea-php73-php
436
B
-rw-r--r--
macros.ea-php74-php
436
B
-rw-r--r--
macros.ea-php80-php
436
B
-rw-r--r--
macros.ea-php81-php
436
B
-rw-r--r--
macros.ea-ruby24-config
32
B
-rw-r--r--
macros.fjava
13.23
KB
-rw-r--r--
macros.gconf2
2.61
KB
-rw-r--r--
macros.ghc-srpm
215
B
-rw-r--r--
macros.gnat-srpm
227
B
-rw-r--r--
macros.jpackage
4.59
KB
-rw-r--r--
macros.mono-srpm
121
B
-rw-r--r--
macros.nodejs-srpm
228
B
-rw-r--r--
macros.ocaml-srpm
115
B
-rw-r--r--
macros.perl
5.01
KB
-rw-r--r--
macros.perl-srpm
794
B
-rw-r--r--
macros.pybytecompile
886
B
-rw-r--r--
macros.python
3.27
KB
-rw-r--r--
macros.python-srpm
3.75
KB
-rw-r--r--
macros.python2
1.46
KB
-rw-r--r--
macros.ruby-scldevel
48
B
-rw-r--r--
macros.ruby.ea-ruby24
1017
B
-rw-r--r--
macros.scl
12.74
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : macros.gconf2
# # RPM macros for gconf applications. # # (c) 2006-2007 SUSE LINUX # Author: Stanislav Brabec <sbrabec@suse.cz> # (c) 2009 Red Hat, Inc # Author: Toshio Kuratomi <toshio@fedoraproject.org> # # License: LGPLv2+ # # Usage: # # Preamble: # Requires(pre): GConf2 # Requires(preun): GConf2 # Requires(post): GConf2 # # schemas names are without path and suffix # # # %pre # %gconf_schema_obsolete schema1 # %gconf_schema_prepare schema2 schema3 # # %preun # %gconf_schema_remove schema2 schema3 # # %post # %gconf_schema_upgrade schema2 schema3 # # %files # %{_sysconfdir}/gconf/schemas/schema2.schemas # %{_sysconfdir}/gconf/schemas/schema3.schemas # Copy schemas from old package for later uninstall on upgrade %gconf_schema_prepare() \ if [ "$1" -gt 1 ] ; then \ rm -rf %{_localstatedir}/lib/rpm-state/gconf/* \ for schema in %{*} ; do \ if test -f %{_sysconfdir}/gconf/schemas/"$schema".schemas ; then \ cp -p %{_sysconfdir}/gconf/schemas/"$schema".schemas %{_localstatedir}/lib/rpm-state/gconf/ || : \ fi \ done \ fi \ %{nil} # Macro to remove schemas. Not meant to be used publically %_do_gconf_schema_remove() \ if test -f %{_sysconfdir}/gconf/schemas/"$schema".schemas ; then \ export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` \ gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/"$schema".schemas > /dev/null || : \ fi \ %{nil} # Remove schemas unconditionally %gconf_schema_obsolete() \ for schema in %{*} ; do \ %_do_gconf_schema_remove \ done \ %{nil} # Remove schemas on package removal (not upgrade) %gconf_schema_remove() \ if [ "$1" -eq 0 ] ; then \ for schema in %{*} ; do \ %_do_gconf_schema_remove \ done \ fi \ %{nil} %gconf_schema_upgrade() \ for schema in %{*} ; do \ if test -f %{_localstatedir}/lib/rpm-state/gconf/"$schema".schemas ; then \ cmp --quiet %{_sysconfdir}/gconf/schemas/"$schema".schemas %{_localstatedir}/lib/rpm-state/gconf/"$schema".schemas \ if test $? != 0; then\ export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` \ gconftool-2 --makefile-uninstall-rule %{_localstatedir}/lib/rpm-state/gconf/"$schema".schemas > /dev/null || : \ gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/"$schema".schemas > /dev/null || : \ fi \ rm -f %{_localstatedir}/lib/rpm-state/gconf/"$schema".schemas \ else \ export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` \ gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/"$schema".schemas > /dev/null || : \ fi \ done \ %{nil}
Close