summaryrefslogtreecommitdiff
path: root/pcr/c-icap/install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-03-28 03:28:23 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-03-28 03:28:23 -0300
commit4c0ead787d0a9e1b3fde331e17f7743ede8fcb77 (patch)
tree9018770de2f1c7b48a4d958ac7af6021a7354483 /pcr/c-icap/install
parenta69e43e17d55e6bd2c2af1d7ce9e35c2e1d2b989 (diff)
downloadabslibre-4c0ead787d0a9e1b3fde331e17f7743ede8fcb77.tar.gz
abslibre-4c0ead787d0a9e1b3fde331e17f7743ede8fcb77.tar.bz2
abslibre-4c0ead787d0a9e1b3fde331e17f7743ede8fcb77.zip
c-icap: add new package to [pcr]
Diffstat (limited to 'pcr/c-icap/install')
-rw-r--r--pcr/c-icap/install7
1 files changed, 7 insertions, 0 deletions
diff --git a/pcr/c-icap/install b/pcr/c-icap/install
new file mode 100644
index 000000000..04997856e
--- /dev/null
+++ b/pcr/c-icap/install
@@ -0,0 +1,7 @@
+post_upgrade() {
+ systemd-tmpfiles --create c-icap.conf
+}
+
+post_install() {
+ post_upgrade
+}