File manager - Edit - /home/newsbmcs.com/public_html/static/img/logo/autoscripts.tar
Back
postrm-systemd 0000644 00000000524 15027531420 0007501 0 ustar 00 if [ "$1" = "remove" ]; then if [ -x "/usr/bin/deb-systemd-helper" ]; then deb-systemd-helper mask #UNITFILES# >/dev/null || true fi fi if [ "$1" = "purge" ]; then if [ -x "/usr/bin/deb-systemd-helper" ]; then deb-systemd-helper purge #UNITFILES# >/dev/null || true deb-systemd-helper unmask #UNITFILES# >/dev/null || true fi fi postrm-icons 0000644 00000000123 15027531420 0007117 0 ustar 00 if command -v update-icon-caches >/dev/null; then update-icon-caches #DIRLIST# fi prerm-systemd 0000644 00000000172 15027531420 0007301 0 ustar 00 if [ -z "${DPKG_ROOT:-}" ] && [ -d /run/systemd/system ]; then deb-systemd-invoke stop #UNITFILES# >/dev/null || true fi postinst-wm-noman 0000644 00000000337 15027531420 0010103 0 ustar 00 if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] || [ "$1" = "abort-deconfigure" ] || [ "$1" = "abort-remove" ] ; then update-alternatives --install /usr/bin/x-window-manager \ x-window-manager #WM# #PRIORITY# fi postinst-systemd-enable 0000644 00000001353 15027531420 0011265 0 ustar 00 if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] || [ "$1" = "abort-deconfigure" ] || [ "$1" = "abort-remove" ] ; then # This will only remove masks created by d-s-h on package removal. deb-systemd-helper unmask #UNITFILE# >/dev/null || true # was-enabled defaults to true, so new installations run enable. if deb-systemd-helper --quiet was-enabled #UNITFILE#; then # Enables the unit on first installation, creates new # symlinks on upgrades if the unit file has changed. deb-systemd-helper enable #UNITFILE# >/dev/null || true else # Update the statefile to add new symlinks (if any), which need to be # cleaned up on purge. Also remove old symlinks. deb-systemd-helper update-state #UNITFILE# >/dev/null || true fi fi postinst-wm 0000644 00000000466 15027531420 0007000 0 ustar 00 if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] || [ "$1" = "abort-deconfigure" ] || [ "$1" = "abort-remove" ]; then update-alternatives --install /usr/bin/x-window-manager \ x-window-manager #WM# #PRIORITY# \ --slave /usr/share/man/man1/x-window-manager.1.gz \ x-window-manager.1.gz #WMMAN# fi prerm-emacsen 0000644 00000000306 15027531420 0007223 0 ustar 00 if [ -e /var/lib/emacsen-common/state/package/installed/emacsen-common -a -x /usr/lib/emacsen-common/emacs-package-remove ] ; then /usr/lib/emacsen-common/emacs-package-remove --prerm #PACKAGE# fi prerm-alternatives 0000644 00000000102 15027531420 0010303 0 ustar 00 if [ "$1" = "remove" ]; then update-alternatives #RM_OPTIONS# fi postrm-menu 0000644 00000000076 15027531420 0006757 0 ustar 00 if [ -x "`command -v update-menus`" ]; then update-menus ; fi postrm-modules 0000644 00000000143 15027531420 0007456 0 ustar 00 if [ -e /boot/System.map-#KVERS# ]; then depmod -a -F /boot/System.map-#KVERS# #KVERS# || true fi postinst-init-restart 0000644 00000000614 15027531420 0010775 0 ustar 00 if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] || [ "$1" = "abort-deconfigure" ] || [ "$1" = "abort-remove" ] ; then if [ -z "${DPKG_ROOT:-}" ] && [ -x "/etc/init.d/#SCRIPT#" ]; then update-rc.d #SCRIPT# #INITPARMS# >/dev/null if [ -n "$2" ]; then _dh_action=restart else _dh_action=start fi invoke-rc.d #INVOKE_RCD_PARAMS##SCRIPT# $_dh_action || #ERROR_HANDLER# fi fi postrm-xfonts 0000644 00000000073 15027531420 0007331 0 ustar 00 if [ -x "`command -v update-fonts-dir`" ]; then #CMDS# fi postrm-menu-method 0000644 00000000243 15027531420 0010231 0 ustar 00 inst=/etc/menu-methods/#PACKAGE# if [ "$1" = "remove" ] && [ -f "$inst" ]; then chmod a-x $inst ; fi if [ -x "`command -v update-menus`" ]; then update-menus ; fi prerm-systemd-restart 0000644 00000000220 15027531420 0010755 0 ustar 00 if [ -z "${DPKG_ROOT:-}" ] && [ "$1" = remove ] && [ -d /run/systemd/system ] ; then deb-systemd-invoke stop #UNITFILES# >/dev/null || true fi postinst-usrlocal 0000644 00000001232 15027531420 0010171 0 ustar 00 if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] || [ "$1" = "abort-deconfigure" ] || [ "$1" = "abort-remove" ]; then ( default_mode=0755 default_user=root default_group=root if [ -e /etc/staff-group-for-usr-local ]; then default_mode=02775 default_group=staff fi while read line; do set -- $line dir="$1"; mode="$2"; user="$3"; group="$4" if [ "$mode" = "default" ]; then mode="$default_mode" user="$default_user" group="$default_group" fi if [ ! -e "$dir" ]; then if mkdir "$dir" 2>/dev/null; then if chown "$user":"$group" "$dir" ; then chmod "$mode" "$dir" || true fi fi fi done ) << DATA #DIRS# DATA fi prerm-usrlocal 0000644 00000000131 15027531420 0007430 0 ustar 00 ( while read dir; do rmdir "$dir" 2>/dev/null || true done ) << DATA #JUSTDIRS# DATA postinst-ucf 0000644 00000000171 15027531420 0007123 0 ustar 00 if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ]; then ucf "#UCFSRC#" "#UCFDEST#" ucfr #PACKAGE# "#UCFDEST#" fi prerm-init 0000644 00000000206 15027531420 0006552 0 ustar 00 if [ -z "${DPKG_ROOT:-}" ] && [ -x "/etc/init.d/#SCRIPT#" ]; then invoke-rc.d #INVOKE_RCD_PARAMS##SCRIPT# stop || #ERROR_HANDLER# fi postinst-systemd-start 0000644 00000000465 15027531420 0011177 0 ustar 00 if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] || [ "$1" = "abort-deconfigure" ] || [ "$1" = "abort-remove" ] ; then if [ -z "${DPKG_ROOT:-}" ] && [ -d /run/systemd/system ]; then systemctl --system daemon-reload >/dev/null || true deb-systemd-invoke start #UNITFILES# >/dev/null || true fi fi postrm-init 0000644 00000000143 15027531420 0006751 0 ustar 00 if [ -z "${DPKG_ROOT:-}" ] && [ "$1" = "purge" ] ; then update-rc.d #SCRIPT# remove >/dev/null fi preinst-systemd-stop 0000644 00000000221 15027531420 0010616 0 ustar 00 if [ -z "${DPKG_ROOT:-}" ] && [ "$1" = upgrade ] && [ -d /run/systemd/system ] ; then deb-systemd-invoke stop #UNITFILES# >/dev/null || true fi postinst-init-nostart 0000644 00000000356 15027531420 0011006 0 ustar 00 if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] || [ "$1" = "abort-deconfigure" ] || [ "$1" = "abort-remove" ] ; then if [ -x "/etc/init.d/#SCRIPT#" ]; then update-rc.d #SCRIPT# #INITPARMS# >/dev/null || #ERROR_HANDLER# fi fi postrm-debconf 0000644 00000000160 15027531420 0007405 0 ustar 00 if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then . /usr/share/debconf/confmodule db_purge fi prerm-wm 0000644 00000000124 15027531420 0006231 0 ustar 00 if [ "$1" = "remove" ]; then update-alternatives --remove x-window-manager #WM# fi postinst-systemd-user-restart 0000644 00000000476 15027531420 0012504 0 ustar 00 if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] || [ "$1" = "abort-deconfigure" ] || [ "$1" = "abort-remove" ] ; then if [ -z "${DPKG_ROOT:-}" ] && [ -d /run/systemd/system ]; then systemctl --global daemon-reload >/dev/null || true deb-systemd-invoke --user restart #UNITFILES# >/dev/null || true fi fi postinst-systemd-dont-enable 0000644 00000001226 15027531420 0012226 0 ustar 00 if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] || [ "$1" = "abort-deconfigure" ] || [ "$1" = "abort-remove" ] ; then if deb-systemd-helper debian-installed #UNITFILE#; then # This will only remove masks created by d-s-h on package removal. deb-systemd-helper unmask #UNITFILE# >/dev/null || true if deb-systemd-helper --quiet was-enabled #UNITFILE#; then # Create new symlinks, if any. deb-systemd-helper enable #UNITFILE# >/dev/null || true fi fi # Update the statefile to add new symlinks (if any), which need to be cleaned # up on purge. Also remove old symlinks. deb-systemd-helper update-state #UNITFILE# >/dev/null || true fi postinst-systemd-user-enable 0000644 00000001473 15027531420 0012244 0 ustar 00 if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] || [ "$1" = "abort-deconfigure" ] || [ "$1" = "abort-remove" ] ; then if [ -z "${DPKG_ROOT:-}" ] ; then # This will only remove masks created by d-s-h on package removal. deb-systemd-helper --user unmask #UNITFILE# >/dev/null || true # was-enabled defaults to true, so new installations run enable. if deb-systemd-helper --quiet --user was-enabled #UNITFILE# ; then # Enables the unit on first installation, creates new # symlinks on upgrades if the unit file has changed. deb-systemd-helper --user enable #UNITFILE# >/dev/null || true else # Update the statefile to add new symlinks (if any), which need to be # cleaned up on purge. Also remove old symlinks. deb-systemd-helper --user update-state #UNITFILE# >/dev/null || true fi fi fi postrm-sgmlcatalog 0000644 00000000067 15027531420 0010310 0 ustar 00 if [ "$1" = "purge" ]; then rm -f #CENTRALCAT#.old fi postinst-xfonts 0000644 00000000073 15027531420 0007670 0 ustar 00 if command -v update-fonts-dir >/dev/null; then #CMDS# fi postinst-sysusers 0000644 00000000326 15027531420 0010250 0 ustar 00 if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] || [ "$1" = "abort-deconfigure" ] || [ "$1" = "abort-remove" ] ; then if [ -z "${DPKG_ROOT:-}" ] ; then systemd-sysusers #CONFILE_BASENAME# fi fi postrm-systemd-reload-only 0000644 00000000162 15027531420 0011722 0 ustar 00 if [ "$1" = remove ] && [ -d /run/systemd/system ] ; then systemctl --system daemon-reload >/dev/null || true fi prerm-systemd-user-stop 0000644 00000000227 15027531420 0011241 0 ustar 00 if [ -z "${DPKG_ROOT:-}" ] && [ "$1" = remove ] && [ -d /run/systemd/system ] ; then deb-systemd-invoke --user stop #UNITFILES# >/dev/null || true fi maintscript-helper 0000644 00000000051 15027531420 0010274 0 ustar 00 dpkg-maintscript-helper #PARAMS# -- "$@" preinst-init-stop 0000644 00000000235 15027531420 0010076 0 ustar 00 if [ -z "${DPKG_ROOT:-}" ] && [ "$1" = upgrade ] && [ -x "/etc/init.d/#SCRIPT#" ] ; then invoke-rc.d #INVOKE_RCD_PARAMS##SCRIPT# stop || #ERROR_HANDLER# fi postinst-modules 0000644 00000000347 15027531420 0010023 0 ustar 00 if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] || [ "$1" = "abort-deconfigure" ] || [ "$1" = "abort-remove" ] ; then if [ -e /boot/System.map-#KVERS# ]; then depmod -a -F /boot/System.map-#KVERS# #KVERS# || true fi fi postinst-init 0000644 00000000471 15027531420 0007314 0 ustar 00 if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] || [ "$1" = "abort-deconfigure" ] || [ "$1" = "abort-remove" ] ; then if [ -z "${DPKG_ROOT:-}" ] && [ -x "/etc/init.d/#SCRIPT#" ]; then update-rc.d #SCRIPT# #INITPARMS# >/dev/null invoke-rc.d #INVOKE_RCD_PARAMS##SCRIPT# start || #ERROR_HANDLER# fi fi postrm-systemd-user-reload-only 0000644 00000000215 15027531420 0012675 0 ustar 00 if [ -z "${DPKG_ROOT:-}" ] && [ "$1" = remove ] && [ -d /run/systemd/system ] ; then systemctl --global daemon-reload >/dev/null || true fi postinst-alternatives 0000644 00000000256 15027531420 0011053 0 ustar 00 if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] || [ "$1" = "abort-deconfigure" ] || [ "$1" = "abort-remove" ]; then update-alternatives #INSTALL_OPTIONS# fi postinst-systemd-restartnostart 0000644 00000000535 15027531420 0013137 0 ustar 00 if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] || [ "$1" = "abort-deconfigure" ] || [ "$1" = "abort-remove" ] ; then if [ -z "${DPKG_ROOT:-}" ] && [ -d /run/systemd/system ]; then systemctl --system daemon-reload >/dev/null || true if [ -n "$2" ]; then deb-systemd-invoke #RESTART_ACTION# #UNITFILES# >/dev/null || true fi fi fi postinst-init-tmpfiles 0000644 00000000602 15027531420 0011131 0 ustar 00 if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] || [ "$1" = "abort-deconfigure" ] || [ "$1" = "abort-remove" ] ; then # In case this system is running systemd, we need to ensure that all # necessary tmpfiles (if any) are created before starting. if [ -z "${DPKG_ROOT:-}" ] && [ -d /run/systemd/system ] ; then systemd-tmpfiles --create #TMPFILES# >/dev/null || true fi fi postinst-systemd-user-dont-enable 0000644 00000001354 15027531420 0013204 0 ustar 00 if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] || [ "$1" = "abort-deconfigure" ] || [ "$1" = "abort-remove" ] ; then if [ -z "${DPKG_ROOT:-}" ]; then if deb-systemd-helper --user debian-installed #UNITFILE# ; then # This will only remove masks created by d-s-h on package removal. deb-systemd-helper --user unmask #UNITFILE# >/dev/null || true if deb-systemd-helper --quiet --user was-enabled #UNITFILE# ; then # Create new symlinks, if any. deb-systemd-helper --user enable #UNITFILE# >/dev/null || true fi fi # Update the statefile to add new symlinks (if any), which need to be cleaned # up on purge. Also remove old symlinks. deb-systemd-helper --user update-state #UNITFILE# >/dev/null || true fi fi postinst-icons 0000644 00000000327 15027531420 0007464 0 ustar 00 if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] || [ "$1" = "abort-deconfigure" ] || [ "$1" = "abort-remove" ] ; then if command -v update-icon-caches >/dev/null; then update-icon-caches #DIRLIST# fi fi postrm-systemd-user 0000644 00000000641 15027531420 0010455 0 ustar 00 if [ "$1" = "remove" ]; then if [ -z "${DPKG_ROOT:-}" ] && [ -x "/usr/bin/deb-systemd-helper" ] ; then deb-systemd-helper --user mask #UNITFILES# >/dev/null || true fi fi if [ "$1" = "purge" ]; then if [ -z "${DPKG_ROOT:-}" ] && [ -x "/usr/bin/deb-systemd-helper" ] ; then deb-systemd-helper --user purge #UNITFILES# >/dev/null || true deb-systemd-helper --user unmask #UNITFILES# >/dev/null || true fi fi postinst-emacsen 0000644 00000000517 15027531420 0007765 0 ustar 00 if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] || [ "$1" = "abort-deconfigure" ] || [ "$1" = "abort-remove" ] ; then if [ -e /var/lib/emacsen-common/state/package/installed/emacsen-common -a -x /usr/lib/emacsen-common/emacs-package-install ] ; then /usr/lib/emacsen-common/emacs-package-install --postinst #PACKAGE# fi fi postinst-menu 0000644 00000000127 15027531420 0007313 0 ustar 00 if [ "$1" = "configure" ] && [ -x "`command -v update-menus`" ]; then update-menus fi prerm-init-norestart 0000644 00000000234 15027531420 0010572 0 ustar 00 if [ -z "${DPKG_ROOT:-}" ] && [ "$1" = remove ] && [ -x "/etc/init.d/#SCRIPT#" ] ; then invoke-rc.d #INVOKE_RCD_PARAMS##SCRIPT# stop || #ERROR_HANDLER# fi postrm-ucf 0000644 00000000376 15027531420 0006573 0 ustar 00 if [ "$1" = "purge" ]; then for ext in .ucf-new .ucf-old .ucf-dist ""; do rm -f "#UCFDEST#$ext" done if [ -x "`command -v ucf`" ]; then ucf --purge "#UCFDEST#" fi if [ -x "`command -v ucfr`" ]; then ucfr --purge #PACKAGE# "#UCFDEST#" fi fi postinst-menu-method 0000644 00000000213 15027531420 0010565 0 ustar 00 inst=/etc/menu-methods/#PACKAGE# if [ -f $inst ]; then chmod a+x $inst if [ -x "`command -v update-menus`" ]; then update-menus fi fi postinst-systemd-restart 0000644 00000000566 15027531420 0011530 0 ustar 00 if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] || [ "$1" = "abort-deconfigure" ] || [ "$1" = "abort-remove" ] ; then if [ -d /run/systemd/system ]; then systemctl --system daemon-reload >/dev/null || true if [ -n "$2" ]; then _dh_action=#RESTART_ACTION# else _dh_action=start fi deb-systemd-invoke $_dh_action #UNITFILES# >/dev/null || true fi fi preinst-emacsen 0000644 00000000377 15027531420 0007572 0 ustar 00 if ( [ "$1" = "install" ] || [ "$1" = "upgrade" ] ) \ && [ -e /var/lib/emacsen-common/state/package/installed/emacsen-common -a -x /usr/lib/emacsen-common/emacs-package-install ] then /usr/lib/emacsen-common/emacs-package-install --preinst #PACKAGE# fi
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings