summarylogtreecommitdiffstats
path: root/pump.io.install
diff options
context:
space:
mode:
authorM0Rf302019-12-15 15:40:27 +0100
committerM0Rf302019-12-15 15:40:27 +0100
commit89c0c819da94bba6db48b970c6f812a4baf5bb4f (patch)
treec8881a107a27de770af6da880569bbd0cba8529e /pump.io.install
parentfd752e7290c183c68ac8b9af2c5a91c05f21621e (diff)
downloadaur-89c0c819da94bba6db48b970c6f812a4baf5bb4f.tar.gz
pump.io: 5.1.3
Diffstat (limited to 'pump.io.install')
-rw-r--r--pump.io.install5
1 files changed, 0 insertions, 5 deletions
diff --git a/pump.io.install b/pump.io.install
index 99fcd0ca28e6..cc211c78c8fc 100644
--- a/pump.io.install
+++ b/pump.io.install
@@ -5,8 +5,3 @@ post_install() {
post_upgrade() {
post_install
}
-
-post_remove() {
- getent passwd $pumpuser &> /dev/null && userdel -f $pumpuser
- return 0
-}