Advertisement
Guest User

Untitled

a guest
Oct 30th, 2014
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. static int
  2. vmaintainer_script_installed(struct pkginfo *pkg, const char *scriptname,
  3. const char *desc, va_list args)
  4. {
  5. struct command cmd;
  6. const char *scriptpath;
  7. struct stat stab;
  8. char buf[100];
  9.  
  10. scriptpath = pkgadminfile(pkg, &pkg->installed, scriptname);
  11. sprintf(buf, _("installed %s script"), desc);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement