mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 21:56:40 +02:00
https://www.libelektra.org A universal and secure framework to access configuration parameters
9 lines
210 B
Bash
9 lines
210 B
Bash
#!/bin/sh
|
|
|
|
ELEKTRA_LIBS=/usr/lib/elektra
|
|
|
|
# Remove symlinks created by the trigger.
|
|
rm -f $ELEKTRA_LIBS/libelektra-resolver.so
|
|
rm -f $ELEKTRA_LIBS/libelektra-storage.so
|
|
|
|
rmdir $ELEKTRA_LIBS 2>/dev/null || true
|