mirror of
https://gitlab.com/bauen1/dn42-roagen
synced 2024-05-11 05:55:36 +00:00
fixup postinst/postrm script
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ assets = [
|
||||
[ "assets/dn42-roagen.timer", "usr/lib/systemd/system/", "644" ],
|
||||
[ "assets/dn42-roagen.service", "usr/lib/systemd/system/", "644" ],
|
||||
]
|
||||
maintainer-scripts = "asserts/"
|
||||
maintainer-scripts = "debian"
|
||||
|
||||
[dependencies]
|
||||
structopt = "0.3.14"
|
||||
|
||||
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
if [ "$1" = "purge" ]; then
|
||||
rm -rf /var/lib/bird
|
||||
fi
|
||||
|
||||
exit 0
|
||||
Reference in New Issue
Block a user