Skip to content

Latest commit

 

History

History

ubuntu_package_scripts

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
This directory holds the scripts used in the ubuntu-debian packages.


PRODUCTION PACKAGE
production directory - holds the production version package scripts
Directory structure of package.
--Note the maintenance scripts need broad execution privileges
--Note when gzip something use --best switch
/var/www/openemr (this contains source, obviously not included here)
/usr/share/applications/openemr.desktop
/usr/share/doc/openemr/README.Debian
/usr/share/doc/openemr/changelog.Debian.gz
/usr/share/doc/openemr/copyright
/usr/share/man/man8/openemr.8.gz
/DEBIAN/control
/DEBIAN/preinst
/DEBIAN/postinst
/DEBIAN/prerm
/DEBIAN/postrm
/DEBIAN/config
/DEBIAN/templates
/etc/apache2/sites-available/openemr.conf


DEVELOPMENT CVS PACKAGE
development directory - hold the development version package scripts
Directory structure of package:
--Note the maintenance scripts need broad execution privileges
--Note when gzip something use --best switch
/usr/share/applications/git-openemr.desktop
/usr/share/doc/git-openemr/README.Debian
/usr/share/doc/git-openemr/changelog.Debian.gz
/usr/share/doc/git-openemr/copyright
/usr/share/man/man8/git-openemr.8.gz
/DEBIAN/control
/DEBIAN/preinst
/DEBIAN/postinst
/DEBIAN/prerm
/DEBIAN/postrm
/DEBIAN/config
/DEBIAN/templates
/etc/apache2/sites-available/git-openemr.conf