Man page - wp-setup(1)
Packages contains this manual
Manual
WP-SETUP
NAMESYNOPSIS
DESCRIPTION
ACTIONS
AUTHOR
NAME
wp-setup - wordpress setup for Debian
SYNOPSIS
wp-setup action
DESCRIPTION
This scriptās purpose is to make it easier to manage Wordpress installations on Debian systems. For now, itās mainly for the packageās internal usage though.
ACTIONS
--sync-wp-content
Update /var/lib/wordpress/wp-content/{plugins,themes}/ based on whatās available in /usr/share/wordpress/wp-content/{plugins,themes}. This command is run by the packageās postinst script every time that dpkg installs a package that modifies something in /usr/share/wordpress/wp-content/.
--purge-wp-content
Remove all symlinks from /var/lib/wordpress/wp-content/{plugins,themes}/ that point to corresponding directories in /usr/share/wordpress/wp-content/{plugins,themes}. This command is run by the packageās prerm script to ensure everything is properly removed.
AUTHOR
Raphaƫl Hertzog <hertzog@debian.org>