10 lines
124 B
Bash
10 lines
124 B
Bash
#! /bin/sh
|
|
|
|
set -e
|
|
|
|
# Remove symlink.
|
|
rm -f /usr/bin/libresonic
|
|
|
|
# Remove startup scripts.
|
|
update-rc.d -f libresonic remove
|