Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.2
2.2.3
7 changes: 7 additions & 0 deletions aur/coolerdash.install
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ pre_install() {

# Remove legacy files
rm -f /etc/systemd/system/coolerdash.service
rm -f /etc/systemd/system/coolerdash-helperd.service
rm -f /etc/systemd/system/multi-user.target.wants/coolerdash-helperd.service
rm -rf /etc/systemd/system/cc-plugin-coolerdash.service.d
rm -f /usr/lib/systemd/system/coolerdash-helperd.service
rm -f /usr/lib/udev/rules.d/99-coolerdash.rules
rm -rf /opt/coolerdash
rm -rf /etc/coolerdash
rm -f /etc/coolercontrol/plugins/coolerdash/config.ini
Expand Down Expand Up @@ -100,6 +105,8 @@ pre_remove() {
# Remove legacy files
rm -f /etc/systemd/system/coolerdash-helperd.service
rm -f /etc/systemd/system/coolerdash.service
rm -f /etc/systemd/system/multi-user.target.wants/coolerdash-helperd.service
rm -rf /etc/systemd/system/cc-plugin-coolerdash.service.d
rm -f /etc/coolercontrol/plugins/coolerdash/config.ini
rm -f /etc/coolercontrol/plugins/coolerdash/ui.html
rm -f /etc/coolercontrol/plugins/coolerdash/LICENSE
Expand Down
7 changes: 7 additions & 0 deletions coolerdash.install
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ pre_install() {

# Remove legacy files
rm -f /etc/systemd/system/coolerdash.service
rm -f /etc/systemd/system/coolerdash-helperd.service
rm -f /etc/systemd/system/multi-user.target.wants/coolerdash-helperd.service
rm -rf /etc/systemd/system/cc-plugin-coolerdash.service.d
rm -f /usr/lib/systemd/system/coolerdash-helperd.service
rm -f /usr/lib/udev/rules.d/99-coolerdash.rules
rm -rf /opt/coolerdash
rm -rf /etc/coolerdash
rm -f /etc/coolercontrol/plugins/coolerdash/config.ini
Expand Down Expand Up @@ -100,6 +105,8 @@ pre_remove() {
# Remove legacy files
rm -f /etc/systemd/system/coolerdash-helperd.service
rm -f /etc/systemd/system/coolerdash.service
rm -f /etc/systemd/system/multi-user.target.wants/coolerdash-helperd.service
rm -rf /etc/systemd/system/cc-plugin-coolerdash.service.d
rm -f /etc/coolercontrol/plugins/coolerdash/config.ini
rm -f /etc/coolercontrol/plugins/coolerdash/ui.html
rm -f /etc/coolercontrol/plugins/coolerdash/LICENSE
Expand Down
7 changes: 7 additions & 0 deletions packaging/coolerdash.spec
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ fi

# Remove legacy files
rm -f /etc/systemd/system/coolerdash.service
rm -f /etc/systemd/system/coolerdash-helperd.service
rm -f /etc/systemd/system/multi-user.target.wants/coolerdash-helperd.service
rm -rf /etc/systemd/system/cc-plugin-coolerdash.service.d
rm -f /usr/lib/systemd/system/coolerdash-helperd.service
rm -f /usr/lib/udev/rules.d/99-coolerdash.rules
rm -rf /opt/coolerdash
rm -rf /etc/coolerdash
rm -f /etc/coolercontrol/plugins/coolerdash/config.ini
Expand Down Expand Up @@ -105,6 +110,8 @@ fi
if [ "$1" = "0" ]; then
rm -f /etc/systemd/system/coolerdash-helperd.service
rm -f /etc/systemd/system/coolerdash.service
rm -f /etc/systemd/system/multi-user.target.wants/coolerdash-helperd.service
rm -rf /etc/systemd/system/cc-plugin-coolerdash.service.d
rm -f /etc/coolercontrol/plugins/coolerdash/config.ini
rm -f /etc/coolercontrol/plugins/coolerdash/ui.html
rm -f /etc/coolercontrol/plugins/coolerdash/LICENSE
Expand Down
5 changes: 5 additions & 0 deletions packaging/debian/preinst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ case "$1" in

# Remove legacy files
rm -f /etc/systemd/system/coolerdash.service
rm -f /etc/systemd/system/coolerdash-helperd.service
rm -f /etc/systemd/system/multi-user.target.wants/coolerdash-helperd.service
rm -rf /etc/systemd/system/cc-plugin-coolerdash.service.d
rm -f /usr/lib/systemd/system/coolerdash-helperd.service
rm -f /usr/lib/udev/rules.d/99-coolerdash.rules
rm -rf /opt/coolerdash
rm -rf /etc/coolerdash
rm -f /etc/coolercontrol/plugins/coolerdash/config.ini
Expand Down
2 changes: 2 additions & 0 deletions packaging/debian/prerm
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ case "$1" in

# Remove legacy files
rm -f /etc/systemd/system/coolerdash.service
rm -f /etc/systemd/system/multi-user.target.wants/coolerdash-helperd.service
rm -rf /etc/systemd/system/cc-plugin-coolerdash.service.d
rm -f /etc/coolercontrol/plugins/coolerdash/config.ini
rm -f /etc/coolercontrol/plugins/coolerdash/ui.html
rm -f /etc/coolercontrol/plugins/coolerdash/LICENSE
Expand Down