/root/rpmbuild/BUILD/homerefresh-0.1-4.i386
Name: myfirstpackage Version: 0.1 Release: 1 Summary: My First package Group: System/Tools Vendor: Schturman Distribution: SailfisfOS Packager: Schturman <your@mail.com> URL: www.yoursite.com License: GPL %description This is my first package of custom Ambience... %files /usr/share/ambience/* %post systemctl-user restart ambienced.service %postun if [ $1 = 0 ]; then // Do stuff specific to uninstalls rm -rf /usr/share/ambience/myfirstpackage systemctl-user restart ambienced.service else if [ $1 = 1 ]; then // Do stuff specific to upgrades echo "It's just upgrade" fi fi %changelog * Sun Mar 16 2014 Builder <builder@...> 0.1 - First build.