summarylogtreecommitdiffstats
path: root/wicd.install
diff options
context:
space:
mode:
Diffstat (limited to 'wicd.install')
-rw-r--r--wicd.install19
1 files changed, 19 insertions, 0 deletions
diff --git a/wicd.install b/wicd.install
new file mode 100644
index 000000000000..6bb3d3ae113b
--- /dev/null
+++ b/wicd.install
@@ -0,0 +1,19 @@
+PKGNAME=wicd
+
+pre_remove () {
+ for pyo in $(pacman -Qql $PKGNAME | grep \.py$ | sed 's|.py$|.pyo|g'); do
+ if [ -f "$pyo" ]; then
+ rm "$pyo"
+ fi
+ done
+}
+
+post_install() {
+ echo
+ echo "==> You need to restart the dbus service after "
+ echo "==> upgrading wicd."
+ echo "==> Disable networkmanager, dhcpcd or other networking "
+ echo "==> utility and add 'wicd' to your systemd configuration."
+ echo
+ echo "==> To run: wicd-cli or wicd-curses"
+}