1
0
mirror of https://github.com/jordansissel/fpm synced 2025-04-05 10:19:11 +02:00
fpm/templates/pleaserun/scripts/after-install.sh
Jordan Sissel 0a2badb1c8 Refactor. Also now we attempt cleanup upon package removal.
The `install.sh` will generate a cleanup.sh script that is executed when
the package is removed.
2016-05-15 04:09:19 -07:00

5 lines
76 B
Bash

#!/bin/sh
source="<%= attributes[:prefix] %>"
exec sh "$source/install.sh"