Add movim-git

This commit is contained in:
moparisthebest
2018-01-16 01:28:03 -05:00
parent fa2fcbaff0
commit 6928fc75af
12 changed files with 287 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
post_install() {
echo '
==> PHP extension
A config file was stored under /etc/php/conf.d/ with the extension enabled.
'
}
post_upgrade() {
post_install $1
}
# vim:set ts=2 sw=2 et: