xref: /aosp_15_r20/external/libcups/post_update.sh (revision 5e7646d21f1134fb0638875d812ef646c12ab91e)
1#!/bin/bash
2
3# $1 Path to the new version.
4# $2 Path to the old version.
5
6cp -a -n $2/config.h $1/
7cp -a -n $2/cups/tls-boringssl.c $1/cups/
8