small-package/luci-app-rtorrent/control/preinst

5 lines
119 B
Plaintext
Raw Normal View History

2021-09-24 23:37:27 +08:00
#!/bin/sh
[ "${IPKG_NO_SCRIPT}" = "1" ] && exit 0
mv /etc/config/rtorrent /etc/config/rtorrent-prev &>/dev/null
exit 0