mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-03 05:20:16 +02:00
8 lines
101 B
Bash
8 lines
101 B
Bash
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
rm -f /usr/share/guile/1.6/slib
|
|
rm -f /usr/share/guile/1.6/slibcat
|
|
|
|
#DEBHELPER#
|