mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-17 14:59:20 +02:00
8 lines
248 B
Bash
Executable File
8 lines
248 B
Bash
Executable File
#!/bin/sh
|
|
|
|
#$Id: unconfigure,v 1.1 1998-01-17 03:58:13 dfs Exp $
|
|
echo "Unconfiguring Remind..."
|
|
echo rm -f config.cache config.log config.status src/Makefile src/config.h
|
|
rm -f config.cache config.log config.status src/Makefile src/config.h
|
|
exit 0
|