mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
9 lines
95 B
Bash
Executable file
9 lines
95 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
if [ "$1" = "remove" ]; then
|
|
ldconfig /usr/lib/libunrar.so
|
|
fi
|
|
|
|
#DEBHELPER#
|