mirror of
https://git.proxmox.com/git/systemd
synced 2025-12-31 19:08:30 +00:00
10 lines
158 B
Bash
Executable File
10 lines
158 B
Bash
Executable File
#! /bin/sh
|
|
|
|
set -e
|
|
|
|
set -x
|
|
|
|
find -name Makefile -type l -print -delete
|
|
rm -r test1 test2 src/Makefile
|
|
. /usr/share/gitpkg/hooks/quilt-patches-deb-export-hook
|