doublecmd/install/linux/deb/libunrar/postrm
2011-01-23 12:34:45 +00:00

9 lines
94 B
Bash
Executable file

#!/bin/sh
set -e
if [ "$1" = "remove" ]; then
ldconfig usr/lib/libunrar.so
fi
#DEBHELPER#