mirror of
https://github.com/limosek/zaf.git
synced 2025-11-01 18:17:37 +01:00
Added debian package creation
This commit is contained in:
7
files/prerm.template
Normal file
7
files/prerm.template
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
case $1 in
|
||||
remove)
|
||||
rm -rf /usr/lib/zaf/plugins /usr/lib/zaf/repo
|
||||
;;
|
||||
esac
|
||||
Reference in New Issue
Block a user