We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2db658 commit 7570428Copy full SHA for 7570428
debian/kano-connect.postrm
@@ -10,6 +10,7 @@ case "$1" in
10
remove)
11
# Restore ownsership of the supplicant configuration file to the original system package
12
dpkg-divert --remove --package kano-connect --rename /etc/wpa_supplicant/wpa_supplicant.conf
13
+ ;;
14
15
upgrade)
16
# Remove config file
debian/kano-connect.preinst
@@ -17,7 +17,6 @@ case "$1" in
17
dpkg-divert --add --package kano-connect --rename --divert \
18
/etc/wpa_supplicant/wpa_supplicant.conf.disabled /etc/wpa_supplicant/wpa_supplicant.conf
19
;;
20
-
21
esac
22
23
#DEBHELPER#
0 commit comments