Bug 18373: Re-add UpgradeBackup.pm
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 3 Apr 2017 15:50:27 +0000 (12:50 -0300)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 14 Apr 2017 14:41:03 +0000 (10:41 -0400)
commit508147d24443498a2c12a7c55240e70941c49dd6
tree4206a24ed3ff660b449ed9c80570e0b6a464a08c
parentd26b0668af62f0907a58108d4164ed27072317e9
Bug 18373: Re-add UpgradeBackup.pm

Bug 18028 removed the install_misc directory but
install_misc/UpgradeBackup.pm was still used by the 'upgrade' rule of
make.

Other files from install_misc were useless to it may be better not to
reintroduce this directory with only 1 file.

Test plan:
`make`
`sudo make install`
`make upgrade`

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
C4/Installer/UpgradeBackup.pm [new file with mode: 0644]
Makefile.PL