aboutsummarylogtreecommitdiffstats
path: root/lsb-release.hook
blob: f98fd9d63428298f9451a4e23de5e0e6e3be8a3c (plain)
1
2
3
4
5
6
7
8
9
10
[Trigger]
Operation = Install
Operation = Upgrade
Type = Package
Target = lsb-release

[Action]
Description = Add Croco OS specifc config.
When = PostTransaction
Exec = /bin/sh -c "sed -i -e 's,DISTRIB_ID=.*,DISTRIB_ID=Croco,' -e 's,DISTRIB_RELEASE=.*,DISTRIB_RELEASE=14.12,' -e 's,DISTRIB_DESCRIPTION=.*,DISTRIB_DESCRIPTION=\"Croco OS\",' /etc/lsb-release"