diff options
-rw-r--r-- | user/tipidee/APKBUILD | 1 | ||||
-rw-r--r-- | user/tipidee/tipidee.post-deinstall | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/user/tipidee/APKBUILD b/user/tipidee/APKBUILD index edac71c1d..613be9e3c 100644 --- a/user/tipidee/APKBUILD +++ b/user/tipidee/APKBUILD @@ -23,6 +23,7 @@ source=" install=" tipidee.pre-install tipidee.post-install + tipidee.post-deinstall " pkggroups="tipidee" pkgusers="tipideelog tipideed" diff --git a/user/tipidee/tipidee.post-deinstall b/user/tipidee/tipidee.post-deinstall new file mode 100644 index 000000000..9912c9503 --- /dev/null +++ b/user/tipidee/tipidee.post-deinstall @@ -0,0 +1,3 @@ +#!/bin/execlineb -P + +rm -f /etc/tipidee.conf.cdb |