mirror of
https://github.com/jordansissel/fpm
synced 2025-02-23 01:51:16 +01:00
The `install.sh` will generate a cleanup.sh script that is executed when the package is removed.
5 lines
76 B
Bash
5 lines
76 B
Bash
#!/bin/sh
|
|
|
|
source="<%= attributes[:prefix] %>"
|
|
exec sh "$source/install.sh"
|