mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-17 06:48:47 +02:00
7 lines
194 B
Bash
Executable File
7 lines
194 B
Bash
Executable File
#!/bin/sh
|
|
|
|
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
|