diff options
author | Laurent Bercot <ska-adelie@skarnet.org> | 2024-04-18 12:35:29 +0000 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2024-04-25 02:48:27 +0000 |
commit | 57f6cb635913a9ec567960e7ff0d9501a6d7e062 (patch) | |
tree | d9dd0817e40773c752b707237403d6b7d6f0c56a /user/tipidee/tipidee.post-deinstall | |
parent | 2ecb3816c62624b25e06864c71831890df26e869 (diff) | |
download | packages-57f6cb635913a9ec567960e7ff0d9501a6d7e062.tar.gz packages-57f6cb635913a9ec567960e7ff0d9501a6d7e062.tar.bz2 packages-57f6cb635913a9ec567960e7ff0d9501a6d7e062.tar.xz packages-57f6cb635913a9ec567960e7ff0d9501a6d7e062.zip |
user/tipidee: clean up compiled db on deinstall
Diffstat (limited to 'user/tipidee/tipidee.post-deinstall')
-rw-r--r-- | user/tipidee/tipidee.post-deinstall | 3 |
1 files changed, 3 insertions, 0 deletions
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 |