-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathambience-jollait.spec
43 lines (36 loc) · 1018 Bytes
/
ambience-jollait.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Name: ambience-jollait
Version: 0.1.2
Release: 2
Summary: Jolla Community Italia ambience
Group: System/Tools
Vendor: fravaccaro
Distribution: SailfishOS
Packager: fravaccaro <[email protected]>
URL: www.jollacommunity.it
License: GPL
%description
Official ambience from Jolla Community Italia, the Italian Jolla and Sailfish OS community.
%files
%defattr(-,root,root,-)
/usr/share/ambience/*
%post
chmod 755 /usr/share/ambience/{name}
chmod 755 /usr/share/ambience/{name}/images
chmod 644 /usr/share/ambience/{name}/*.*
chmod 644 /usr/share/ambience/{name}/images/*.*
systemctl-user restart ambienced.service
%postun
if [ $1 = 0 ]; then
// Do stuff specific to uninstalls
rm -rf /usr/share/ambience/{name}
systemctl-user restart ambienced.service
else
if [ $1 = 1 ]; then
// Do stuff specific to upgrades
echo "It's just upgrade"
systemctl-user restart ambienced.service
fi
fi
%changelog
* Mon May 29 2016 0.1
- First build.